Share via


DynamicsBaseHostedControl.RemoveShortcut Method

Definition

Overloads

RemoveShortcut(KeyGesture)
RemoveShortcut(String)

RemoveShortcut(KeyGesture)

protected:
 bool RemoveShortcut(System::Windows::Input::KeyGesture ^ keyGesture);
protected bool RemoveShortcut (System.Windows.Input.KeyGesture keyGesture);
member this.RemoveShortcut : System.Windows.Input.KeyGesture -> bool
Protected Function RemoveShortcut (keyGesture As KeyGesture) As Boolean

Parameters

keyGesture
KeyGesture

Returns

Applies to

RemoveShortcut(String)

protected:
 bool RemoveShortcut(System::String ^ keyGestureStr);
protected bool RemoveShortcut (string keyGestureStr);
member this.RemoveShortcut : string -> bool
Protected Function RemoveShortcut (keyGestureStr As String) As Boolean

Parameters

keyGestureStr
String

Returns

Applies to