Property of IListPane
Returns List toolbar
Read-Only Property of type IBaseToolBar
var pToolBar = ListPane.ToolBar;
pToolBar = ListPane.ToolBar
CComPtr<IBaseToolBar> pToolBar; HRESULT hr = ListPane.get_ToolBar(&pToolBar);
IListPane