Click or drag to resize

KeyboardModifiers Enumeration

Keyboard modifiers

Namespace: Patagames.Pdf.Enums
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public enum KeyboardModifiers
Members
Member nameValueDescription
ShiftKey1 
ControlKey2 
AltKey4 
MetaKey8 
KeyPad16 
AutoRepeat32 
LeftButtonDown64 
MiddleButtonDown128 
RightButtonDown256 
See Also