Version

IGKeyState Enumeration

Represents individual or a combination of special keys.
Syntax
'Declaration
 
Public Enum IGKeyState 
   Inherits System.Enum
public enum IGKeyState : System.Enum 
__value public enum IGKeyState : public System.Enum 
Members
MemberDescription
igAltRepresents the Alt key.
igAltCtrlRepresents both the Alt and Ctrl keys.
igCtrlRepresents the Ctrl key.
igShiftRepresents the Shift key.
igShiftAltRepresents both the Shift and Alt keys.
igShiftAltCtrlRepresents the Shift, Alt, and Ctrl keys.
igShiftCtrlRepresents both the Shift and Ctrl keys.
Requirements

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

See Also