====== ToolBar ======
Property of [[:scripting:api:list-pane:start|IListPane]]
===== Description =====
Returns List toolbar
===== Property type =====
Read-Only Property of type **[[:scripting:api:base-tool-bar:start|IBaseToolBar]]**
===== Syntax =====
==== JavaScript ====
var pToolBar = ListPane.ToolBar;
==== Visual Basic Script ====
pToolBar = ListPane.ToolBar
==== C++ ====
CComPtr pToolBar;
HRESULT hr = ListPane.get_ToolBar(&pToolBar);
===== See Also =====
[[:scripting:api:list-pane:start|IListPane]]
~~NOTOC~~