Indicates whether the button is visible or not. If the button is not visible, it will not be shown and will be unable to receive user input
[Visual Basic] Public Property Visible As Boolean [C#] public bool Visible {get; set;} [C++] public: __property bool get_Visible(); public: __property void set_Visible(bool); [JScript] public function get Visible() : Boolean; public function set Visible(Boolean);
ToolBarButton Class | ToolBarButton Members | System.WinForms Namespace