Wimark.Controls Class Library  

ToolBar.Buttons Property

Gets the collection of ToolBarButton components assigned to the toolbar.

[Visual Basic]
Public ReadOnly Property Buttons As ToolBar.ToolBarButtonCollection 
[C#]
public ToolBar.ToolBarButtonCollection Buttons {get;}
[C++]
public: __property ToolBar.ToolBarButtonCollection* get_Buttons();

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

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