ToolBar

Property of IListPane

Description

Returns List toolbar

Property type

Read-Only Property of type IBaseToolBar

Syntax

JavaScript

var pToolBar = ListPane.ToolBar;

Visual Basic Script

pToolBar = ListPane.ToolBar

C++

CComPtr<IBaseToolBar> pToolBar;
HRESULT hr = ListPane.get_ToolBar(&pToolBar);

See Also

IListPane