Table of Contents

Enum ModifierKeys

Namespace
VectorDraw.Serialize
Assembly
VectorDraw.Serialize.dll

Defines modifier key flags used by the VectorDraw serialization and input systems.
This enumeration is decorated with the FlagsAttribute to allow
bitwise combination of its member values.

public enum ModifierKeys

Fields

ALT = 262144

The Alt (Menu) key modifier is presed.

CONTROL = 131072

The Control key modifier is pressed.

NONE = 0

No modifier keys are pressed. This is the default value.

SHIFT = 65536

The Shift key modifier is presed.