Share via


ComponentEditorPage.FirstActivate 屬性

定義

取得或設定數值,表示頁面是否為第一次啟動。

protected:
 property bool FirstActivate { bool get(); void set(bool value); };
protected bool FirstActivate { get; set; }
member this.FirstActivate : bool with get, set
Protected Property FirstActivate As Boolean

屬性值

如果這個頁面從未啟動過,則為 true,否則為 false

適用於