.NET Framework Class Library

DocumentViewer.AllowInteractivity 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.AllowInteractivity Property

Namespace: Gnostice.Controls.WinForms

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

Syntax

Visual Basic

Public Property AllowInteractivity As Boolean
 Get
 Set

C#

public bool AllowInteractivity { getset; }

Visual C++

public:
property bool AllowInteractivity {
 bool get ();
 void set (bool value);
}

See Also

DocumentViewer Class

DocumentViewer Members

Gnostice.Controls.WinForms Namespace