ClassKeyboardHelper
Class KeyboardHelper.
Definition
Namespace:Telerik.WinForms.Controls.SyntaxEditor.Utilities
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
public static class KeyboardHelper
Inheritance: objectKeyboardHelper
Methods
IsAltKey(Keys)
Determines whether [is alt key] [the specified key].
IsAltPressed()
Determines whether [is alt pressed].
Declaration
public static bool IsAltPressed()
Returns
true if [is alt pressed]; otherwise, false.
IsCtrlKey(Keys)
Determines whether [is control key] [the specified key].
IsCtrlPressed()
Determines whether [is control or mac pressed].
Declaration
public static bool IsCtrlPressed()
Returns
true if [is control or mac pressed]; otherwise, false.
IsModifierPressed(Keys)
Determines whether [is modifier pressed] [the specified modifier].
IsModifierPressed(Keys, Keys)
Determines whether [is modifier pressed] [the specified modifiers].
IsShiftPressed()
Determines whether [is shift pressed].
Declaration
public static bool IsShiftPressed()
Returns
true if [is shift pressed]; otherwise, false.
IsShiftPressed(Keys)
Determines whether [is shift pressed] [the specified modifiers].