Gets or sets a value indicating whether the document viewer handles mouse events.

Namespace: FirstFloor.Documents.Controls
Assembly: FirstFloor.Documents.Controls (in FirstFloor.Documents.Controls.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public bool IsMouseEnabled { get; set; }
Visual Basic
Public Property IsMouseEnabled As Boolean
	Get
	Set
Visual C++
public:
property bool IsMouseEnabled {
	bool get ();
	void set (bool value);
}

Field Value

true if the mouse is enabled; otherwise, false.

Remarks

Default value is true. Disabling the mouse effectivily disables user text selection and panning.

See Also