Gets or sets a value indicating whether the control and all its child controls are displayed.
public bool Visible {get; set;}
'宣言
Public Property Visible As Boolean
プロパティ値
true if the control and all its child controls are displayed; otherwise,
false. The default is
true.