Struct ShortcutAndAction
Represents a combination of a shortcut and its associated action.
public struct ShortcutAndAction
Constructors
- ShortcutAndAction(ShortcutInfo, Action)
Initializes a new instance of the ShortcutAndAction struct with the specified shortcut and action.
Properties
- Action
Gets or sets the action associated with the shortcut.
- Shortcut
Gets or sets the shortcut information.