ConsoleKeyInfo: Modifiers (get)

Modifiers

Returns the state of the key modifiers (Shift, Alt, Control) at the time of the key press.



 Public Property Get Modifiers ( ) As ConsoleModifiers

Return Values

ConsoleModifiers -  Modifier keys state.

Remarks

Read Only.

See Also

Project VBCorLib Overview Class ConsoleKeyInfo Overview ConsoleKeyInfo Properties ConsoleKeyInfo Methods KeyChar (get) ToString