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