DesignTimeVisibleAttribute.Visible 屬性

定義

取得或設定元件是否應該在設計階段顯示。

public:
 property bool Visible { bool get(); };
public bool Visible { get; }
member this.Visible : bool
Public ReadOnly Property Visible As Boolean

屬性值

如果元件應該在設計階段顯示,則為 true;如果不應該,則為 false

適用於