ControlDesigner.Visible Property

Definition

Gets a value that indicates whether the control is visible at design time.

protected:
 virtual property bool Visible { bool get(); };
protected virtual bool Visible { get; }
member this.Visible : bool
Protected Overridable ReadOnly Property Visible As Boolean

Property Value

true in all cases.

Applies to