Table of Contents

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 = 1310720

The ALT modifier key and the left mouse button are pressed.

AltMiddle = 4456448

The ALT modifier key and the left middle button are pressed.

AltRight = 2359296

The ALT modifier key and the right mouse button are pressed.

CtrlLeft = 1179648

The Control modifier key and the left mouse button are pressed.

CtrlMiddle = 4325376

The Control modifier key and the middle mouse button are pressed.

CtrlRight = 2228224

The Control modifier key and the right mouse button are pressed.

Left = 1048576

Left Mouse Button.

Middle = 4194304

Middle Mouse Button.

None = 2147483647

None of the above key and buttons are pressed.

Right = 2097152

Right Mouse Button.

ShiftLeft = 1114112

The SHIFT modifier key and the left mouse button are pressed.

ShiftMiddle = 4259840

The SHIFT modifier key and the middle mouse button are pressed.

ShiftRight = 2162688

The SHIFT modifier key and the right mouse button are pressed.

XButton1 = 8388608

XButton1 Mouse Button.

XButton2 = 16777216

XButton2 Mouse Button.