Property ValidateKeyBinding
ValidateKeyBinding
Gets or sets whether key bindings are validated using IsValid(Key, ModifierKeys) before they are used in ExecuteKeyBinding(Key, ModifierKeys, bool). Default is True.
[Browsable(false)]
public virtual bool ValidateKeyBinding { get; set; }