Wimark.Controls Class Library  

ToolBars.Bars Property

Gets a value indicating the collection of ToolBar objects associated with a form.

[Visual Basic]
Public ReadOnly Property Bars As ToolBarCollection 
[C#]
public ToolBarCollection Bars {get;}
[C++]
public: __property ToolBarCollection* get_Bars();

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

ToolBars Class | ToolBars Members | Wimark.Controls Namespace | ToolBar