DynamicsBaseHostedControl.AddShortcut 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.
Overloads
AddShortcut(String, Object, Boolean) | |
AddShortcut(KeyGesture, Object, Boolean) |
AddShortcut(String, Object, Boolean)
protected bool AddShortcut (string keyGestureStr, object target, bool isGlobal = false);
member this.AddShortcut : string * obj * bool -> bool
Protected Function AddShortcut (keyGestureStr As String, target As Object, Optional isGlobal As Boolean = false) As Boolean
Parameters
- keyGestureStr
- String
- target
- Object
- isGlobal
- Boolean
Returns
Applies to
AddShortcut(KeyGesture, Object, Boolean)
protected bool AddShortcut (System.Windows.Input.KeyGesture keyGesture, object target, bool isGlobal = false);
member this.AddShortcut : System.Windows.Input.KeyGesture * obj * bool -> bool
Protected Function AddShortcut (keyGesture As KeyGesture, target As Object, Optional isGlobal As Boolean = false) As Boolean
Parameters
- keyGesture
- KeyGesture
- target
- Object
- isGlobal
- Boolean