-
Notifications
You must be signed in to change notification settings - Fork 3
KeyboardShortcuts.ActionKeyAction
JaykeBird edited this page Jun 30, 2022
·
5 revisions
Return to home | View raw text
SolidShineUi.KeyboardShortcuts.ActionKeyAction
A key action that executes an System.Action delegate when activated.
Create a new ActionKeyAction.
Parameters:
action: The action to execute when this key action is activated.
methodId: The unique ID of this key action.
sourceElement: The UI element, if any, this action is related to. For example, it could be a menu item or button that would alternatively trigger this action.
Get or set the unique ID associated with this key action.
Gets the UI element that this action is related to, if any.
Activate this key action.