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

适用于