BasicDesignerLoader.Loading Property
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.
Gets a value indicating whether the designer loader is loading the design surface.
public:
virtual property bool Loading { bool get(); };
public override bool Loading { get; }
member this.Loading : bool
Public Overrides ReadOnly Property Loading As Boolean
Property Value
true
if the designer loader is currently loading the design surface; otherwise, false
.
Remarks
The BasicDesignerLoader class provides the IDesignerLoaderService, which supports load dependencies. This property takes load dependencies into account and will return true
if there are any outstanding load dependencies.