ControlDesigner.ViewControlCreated 屬性

定義

取得或設定值,指出是否已建立 View 控制項以在設計介面上顯示。

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

屬性值

Boolean

如果已建立控制項以在設計介面上檢視則為 true,否則為 false

適用於

另請參閱