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

Indicates whether a toggle-styled button should be marked as pushed or not. The "pushed" state makes the button inset relative to the others. This is ignored for all other button styles.

[Visual Basic]
Public Property Pushed As Boolean
[C#]
public bool Pushed {get; set;}
[C++]
public: __property bool get_Pushed();
public: __property void set_Pushed(bool);
[JScript]
public function get Pushed() : Boolean;
public function set Pushed(Boolean);

See Also

ToolBarButton Class | ToolBarButton Members | System.WinForms Namespace