Retrieves the current state of the modifier keys. This will check the current state of the shift, control, and alt keys.
[Visual Basic] Public Shared ReadOnly Property ModifierKeys As Keys [C#] public static Keys ModifierKeys {get;} [C++] public: __property static Keys get_ModifierKeys(); [JScript] public static function get ModifierKeys() : Keys;