Enum vdDocument.PanMouseButtons
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
This enum is used in PanMouseButton property of vdDocument to control which Mouse button will be used to start the pan action at the default Vectordraw implementation.
public enum vdDocument.PanMouseButtons
Fields
AltLeft = 1310720The ALT modifier key and the left mouse button are pressed.
AltMiddle = 4456448The ALT modifier key and the left middle button are pressed.
AltRight = 2359296The ALT modifier key and the right mouse button are pressed.
CtrlLeft = 1179648The Control modifier key and the left mouse button are pressed.
CtrlMiddle = 4325376The Control modifier key and the middle mouse button are pressed.
CtrlRight = 2228224The Control modifier key and the right mouse button are pressed.
Left = 1048576Left Mouse Button.
Middle = 4194304Middle Mouse Button.
None = 2147483647None of the above key and buttons are pressed.
Right = 2097152Right Mouse Button.
ShiftLeft = 1114112The SHIFT modifier key and the left mouse button are pressed.
ShiftMiddle = 4259840The SHIFT modifier key and the middle mouse button are pressed.
ShiftRight = 2162688The SHIFT modifier key and the right mouse button are pressed.
XButton1 = 8388608XButton1 Mouse Button.
XButton2 = 16777216XButton2 Mouse Button.