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!

ToolBarButton Class

This class is used to describe a button on a ToolBar control. You use the various methods to add, remove, or set the buttons on the ToolBar to actually make them appear or disappear. The most important things to set would be the text and the image.

Object
   Component
      ToolBarButton

[Visual Basic]
Public Class ToolBarButton
   Inherits Component
[C#]
public class ToolBarButton : Component
[C++]
public __gc class ToolBarButton : public Component
[JScript]
public class ToolBarButton extends Component

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

ToolBarButton Members | System.WinForms Namespace