Indicates if the button is enabled or not. Disabled buttons are grayed out.
[Visual Basic] Public Property Enabled As Boolean [C#] public bool Enabled {get; set;} [C++] public: __property bool get_Enabled(); public: __property void set_Enabled(bool); [JScript] public function get Enabled() : Boolean; public function set Enabled(Boolean);
ToolBarButton Class | ToolBarButton Members | System.WinForms Namespace