Gets or sets a value indicating whether the designer host is currently loading the document.
[Visual Basic] ReadOnly Property Loading As Boolean [C#] bool Loading {get;} [C++] bool get_Loading() = 0; [JScript] abstract function get Loading() : Boolean;
true if the designer host is currently loading the document; otherwise, false.
IDesignerHost Interface | IDesignerHost Members | System.ComponentModel.Design Namespace