DesignTimeVisibleAttribute.Visible 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定元件是否應該在設計階段顯示。
public:
property bool Visible { bool get(); };
public bool Visible { get; }
member this.Visible : bool
Public ReadOnly Property Visible As Boolean
屬性值
如果元件應該在設計階段顯示,則為 true
;如果不應該,則為 false
。