ShortcutKeyRegistration.IsValidKeyGesture(KeyGesture) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
bool IsValidKeyGesture(System::Windows::Input::KeyGesture ^ kg);
public bool IsValidKeyGesture (System.Windows.Input.KeyGesture kg);
member this.IsValidKeyGesture : System.Windows.Input.KeyGesture -> bool
Public Function IsValidKeyGesture (kg As KeyGesture) As Boolean
Parameters
- kg
- KeyGesture