'Declaration Public Enum IGKeyState Inherits System.Enum
public enum IGKeyState : System.Enum
__value public enum IGKeyState : public System.Enum
Member | Description |
---|---|
igAlt | Represents the Alt key. |
igAltCtrl | Represents both the Alt and Ctrl keys. |
igCtrl | Represents the Ctrl key. |
igShift | Represents the Shift key. |
igShiftAlt | Represents both the Shift and Alt keys. |
igShiftAltCtrl | Represents the Shift, Alt, and Ctrl keys. |
igShiftCtrl | Represents both the Shift and Ctrl keys. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2