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