ComponentEditorPage.FirstActivate Property

Definition

Gets or sets a value indicating whether the page is being activated for the first time.

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

Property Value

true if the page has not previously been activated; otherwise, false.

Applies to