'Declaration Public Enum ModifierKeys Inherits System.Enum
public enum ModifierKeys : System.Enum
Member | Description |
---|---|
Alt | The Alt modifier key should be associated with the interaction. |
Apple | The Apple modifier key should be associated with the interaction. |
Control | The Control modifier key should be associated with the interaction. |
None | No modifier key should be associated with the interaction. |
Shift | The Shift modifier key should be associated with the interaction. |
Windows | The Windows modifier key should be associated with the interaction. |
Target Platforms: Windows 8.1, Windows 8.1, Windows 8, 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
View on GitHub