ViewportActiveMouseButton Property |
Gets or sets the mouse button used to activate a mouse tool.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public MouseButtons ActiveMouseButton { get; set; }
Public Property ActiveMouseButton As MouseButtons
Get
Set
Property Value
Type:
MouseButtons The mouse button used to activate mouse tools.
Remarks The Zoom mouse tool will always use both buttons for zooming in and out.
See Also