ArcObjects Library Reference  (Framework)    

IDocument.CommandBars Property

The commandbars collection in this document.

[Visual Basic 6.0]
Property CommandBars As ICommandBars
[Visual Basic .NET]
Public ReadOnly Property CommandBars As ICommandBars
[C#]
public ICommandBars CommandBars {get;}

Product Availability

Available with ArcGIS Desktop.

Description

CommandBars is a collection of all the toolbars available to a document. The ICommandBars interface allows you to set properties for all the commandbars and to create, find, or hide commandbars.

 

See Also

IDocument Interface | ICommandBars Interface