ControlAppearanceStateVisible Property
Gets whether the control should be painted in a visible state.
When the control is invisible, its background (parent area) should be painted.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public bool Visible { get; }
Public ReadOnly Property Visible As Boolean
Get
public:
property bool Visible {
bool get ();
}
member Visible : bool with get
Property Value
Boolean