RunningDocumentInfo.IsDocumentInitialized 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 has been initialized.
public:
property bool IsDocumentInitialized { bool get(); };
public:
property bool IsDocumentInitialized { bool get(); };
public bool IsDocumentInitialized { get; }
member this.IsDocumentInitialized : bool
Public ReadOnly Property IsDocumentInitialized As Boolean
Property Value
True if the document has been initialized, otherwise false.