ToolBarButton::Visible Property
.NET Framework (current version)
Gets or sets a value indicating whether the toolbar button is visible.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if the toolbar button is visible; otherwise, false. The default is true.
If the toolbar button is not visible, it will not be displayed on the toolbar, and therefore cannot receive user input.
.NET Framework
Available since 1.1
Available since 1.1
Show: