NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ToolBar.Buttons

The collection of buttons belonging 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();
[JScript]
public function get Buttons() : ToolBar.ToolBarButtonCollection;

See Also

ToolBar Class | ToolBar Members | System.WinForms Namespace