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.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public bool Visible { get; }

Property Value

Boolean

See Also