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.

适用于