共用方式為


ExtenderControlDesigner.Visible 屬性

定義

取得值,指出目前控制項是否顯示在設計介面上,以便予以選取並編輯其屬性。

protected:
 virtual property bool Visible { bool get(); };
protected override bool Visible { get; }
member this.Visible : bool
Protected Overrides ReadOnly Property Visible As Boolean

屬性值

如果目前的控制項已顯示,則為 true,否則為 false

適用於