Table of Contents

Method GetShortcuts

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetShortcuts()

Adds list of shortcuts associated with the control and its child controls. Only visible and enabled child controls are queried.

protected virtual IReadOnlyList<(ShortcutInfo Shortcut, Action Action)>? GetShortcuts()

Returns

IReadOnlyList<(ShortcutInfo Shortcut, Action Action)>

Remarks

An example of the correct implementation can be found in GetShortcuts().