Table of Contents

Struct ShortcutAndAction

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

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.