.NET Framework Class Library

DocumentViewer.IsDocumentLoaded Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.WinForms Namespace > DocumentViewer Class > DocumentViewer Properties >

.NET Framework Class Library

DocumentViewer.IsDocumentLoaded Property

Gets whether a document is already loaded in the viewer.

Namespace: Gnostice.Controls.WinForms

Assembly:  Gnostice.Controls.WinForms (in Gnostice.Controls.WinForms.dll)

Syntax

Visual Basic

<LocalizableCategoryAttribute("Misc")> _
<LocalizableDescriptionAttribute("isDocLoadedDesc")> _
Public ReadOnly Property IsDocumentLoaded As Boolean
 Get

C#

[LocalizableCategoryAttribute("Misc")]
[LocalizableDescriptionAttribute("isDocLoadedDesc")]
public bool IsDocumentLoaded { get; }

Visual C++

public:
[LocalizableCategoryAttribute(L"Misc")]
[LocalizableDescriptionAttribute(L"isDocLoadedDesc")]
virtual property bool IsDocumentLoaded {
 bool get () sealed;
}

Implements

IView.IsDocumentLoaded

IDocumentOperation.IsDocumentLoaded

See Also

DocumentViewer Class

DocumentViewer Members

Gnostice.Controls.WinForms Namespace