DesignTimeVisibleAttribute.Visible Property

Definition

Gets or sets whether the component should be shown at design time.

public:
 property bool Visible { bool get(); };
public bool Visible { get; }
member this.Visible : bool
Public ReadOnly Property Visible As Boolean

Property Value

true if this component should be shown at design time, or false if it shouldn't.

Applies to