ToolStripItem::SetVisibleCore Method (Boolean)
.NET Framework (current version)
Sets the ToolStripItem to the specified visible state.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- visible
-
Type:
System::Boolean
true to make the ToolStripItem visible; otherwise, false.
You typically override this method to change the visibility behavior of the control.
Note |
|---|
When overriding SetVisibleCore in a derived class, be sure to call the base class's SetVisibleCore method to force the visibility of the control to change. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
