共用方式為


TreeView.Visible 屬性

定義

取得或設定值,指出控制項是否要呈現為網頁上的 UI。

public:
 virtual property bool Visible { bool get(); void set(bool value); };
public override bool Visible { get; set; }
member this.Visible : bool with get, set
Public Overrides Property Visible As Boolean

屬性值

Boolean

如果控制項在網頁上可見則為 true,否則為 false

備註

Visible如果 屬性設定為 false ,則不會轉譯控制項。

適用於

另請參閱