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