Edit

Share via


Control.Visible Property

Definition

A value indicating if the control should be hidden or not.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Nullable<bool> Visible { get; set; }
member this.Visible : Nullable<bool> with get, set
Public Property Visible As Nullable(Of Boolean)

Property Value

Attributes

Applies to