The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Control::SetVisibleCore Method (Boolean)
.NET Framework (current version)
Sets the control to the specified visible state.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- value
-
Type:
System::Boolean
true to make the control visible; otherwise, false.
You would typically override this method to change the visibility behavior of the control.
Notes to Inheritors:
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 1.1
Available since 1.1
Show: