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.Style

Returns the style of the ToolBar button. This will from the ToolBarButtonStyle enumeration.

[Visual Basic]
Public Property Style As ToolBarButtonStyle
[C#]
public ToolBarButtonStyle Style {get; set;}
[C++]
public: __property ToolBarButtonStyle get_Style();
public: __property void set_Style(ToolBarButtonStyle);
[JScript]
public function get Style() : ToolBarButtonStyle;
public function set Style(ToolBarButtonStyle);

Property Value

int an Integer indicating the style of this button, from theenumeration.

See Also

ToolBarButton Class | ToolBarButton Members | System.WinForms Namespace