In This Topic
The following tables list the members exposed by ShortCut.
Public Properties
| Name | Description |
 | CancelOnMouseMove |
Gets a boolean indicating whether this short-cut should be canceled if mouse moves.
This is only evaluated if ExecutesOnKeyUp is true.
The default value is false.
|
 | CommandRefID |
Gets the command ID associated with this short-cut.
|
 | DisplayString |
Gets the display string associated with this short-cut.
|
 | ExecutesOnKeyUp |
Gets a boolean indicating whether this short-cut should be executed on key up.
The default value is false.
|
 | Key |
Gets the key associated with this short-cut.
|
 | Modifiers |
Gets the modifier keys associated with this short-cut.
|
Top
See Also