If true, after a mouse zoom has been applied, the mouse is restored to the last tool used.

Namespace:  C1.Win.C1PrintPreview
Assembly:  C1.Win.C1PrintPreview.Classic.2 (in C1.Win.C1PrintPreview.Classic.2.dll)

Syntax

C#
[DefaultValueAttribute(true)]
public bool ResetMouseModeAfterZoom { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(True)> _
Public Property ResetMouseModeAfterZoom As Boolean

See Also