ComponentEditorPage.IsFirstActivate Method

Definition

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

protected:
 bool IsFirstActivate();
protected bool IsFirstActivate ();
member this.IsFirstActivate : unit -> bool
Protected Function IsFirstActivate () As Boolean

Returns

true if this is the first time the page is being activated; otherwise, false.

Applies to