Property of IListPane
Returns List toolbar
Read-Only Property of type IBaseToolBar
var pToolBar = ListPane.ToolBar;
==== Visual Basic Script ====
pToolBar = ListPane.ToolBar
==== C++ ====
CComPtr<IBaseToolBar> pToolBar; HRESULT hr = ListPane.get_ToolBar(&pToolBar);
===== See Also ===== IListPane