ITextDocument.IsReloading 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.
Determines whether the document is currently being reloaded.
public:
property bool IsReloading { bool get(); };
public:
property bool IsReloading { bool get(); };
public bool IsReloading { get; }
member this.IsReloading : bool
Public ReadOnly Property IsReloading As Boolean
Property Value
true if reloading, otherwise false.