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 Constructor

Creates a new blank ToolBar control. You need to add some buttons to it to make it useful.

[Visual Basic]
Public Sub New()
[C#]
public ToolBar();
[C++]
public: ToolBar();
[JScript]
public function ToolBar();

See Also

ToolBar Class | ToolBar Members | System.WinForms Namespace