HierarchicalDataSourceControl.Visible 屬性

定義

取得或設定值,指出是否視覺化顯示控制項。

public:
 virtual property bool Visible { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public override bool Visible { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Visible : bool with get, set
Public Overrides Property Visible As Boolean

屬性值

Boolean

所有情況下都是 false

屬性

例外狀況

嘗試設定 Visible 屬性的值。

備註

因為 類別 HierarchicalDataSourceControl 沒有視覺化轉譯,所以 Visible 一律會傳 false 回 。

適用於