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!

IDesignerHost.Loading

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;

Property Value

true if the designer host is currently loading the document; otherwise, false.

See Also

IDesignerHost Interface | IDesignerHost Members | System.ComponentModel.Design Namespace