NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ComponentEditorPage.IsFirstActivate

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;

Return Value

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

See Also

ComponentEditorPage Class | ComponentEditorPage Members | System.WinForms.Design Namespace