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);
ToolBarButton Class | ToolBarButton Members | System.WinForms Namespace