BasicDesignerLoader.Loading Property

Definition

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.

Applies to