.NET Framework Class Library

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

Gets or sets the mouse mode for the document viewer to be used.

Namespace: Gnostice.Controls.WinForms

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

Syntax

Visual Basic

Public Property MouseMode As CursorPreferences
 Get
 Set

C#

public CursorPreferences MouseMode { getset; }

Visual C++

public:
property CursorPreferences MouseMode {
 CursorPreferences get ();
 void set (CursorPreferences value);
}

Remarks

The value can be Pan, Selection or MarqueeZoom.

See Also

DocumentViewer Class

DocumentViewer Members

Gnostice.Controls.WinForms Namespace