Returns true when the page is being activated for the first time.
[Visual Basic] Protected Function IsFirstActivate() As Boolean [C#] protected bool IsFirstActivate(); [C++] protected: bool IsFirstActivate(); [JScript] protected function IsFirstActivate() : Boolean;
true if this is the first time the page is being activated; false otherwise.
ComponentEditorPage Class | ComponentEditorPage Members | System.WinForms.Design Namespace