Method PreShortcutValidation
PreShortcutValidation(Key)
Used at key down or key press validation.
public static bool PreShortcutValidation(Key key)
Parameters
key
KeyThe key to validate.
Returns
- bool
true
if is valid.false
otherwise.
Used at key down or key press validation.
public static bool PreShortcutValidation(Key key)
key
KeyThe key to validate.
true
if is valid.false
otherwise.