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입니다.

적용 대상