ComponentEditorPage.EnterLoadingMode Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Increments the loading counter.
protected:
void EnterLoadingMode();
protected void EnterLoadingMode ();
member this.EnterLoadingMode : unit -> unit
Protected Sub EnterLoadingMode ()
Remarks
Each procedure that performs loading or initialization should first call the EnterLoadingMode method to indicate that it will load something before the editor can display the loaded editor page. When a loading procedure that called EnterLoadingMode completes, it should call the ExitLoadingMode method to indicate that its part of the load process is completed.
The Loading property is used as a counter to determine when loading is complete. A page is in loading mode if the value of the Loading property is non-zero.