combit List & Label 30 - .NET Help
combit.Reporting Namespace / DesignerAction Class / ShortcutKeys Property


ShortcutKeys Property

Optional Keycode as a Shortcut and a combination of the following flags as modifiers:

Value

Meaning

LLDESADDACTION_ACCEL_CONTROL

Keyboard shortcut is CTRL+Keycode.

LLDESADDACTION_ACCEL_SHIFT

Keyboard shortcut is SHIFT+Keycode.

LLDESADDACTION_ACCEL_ALT

Keyboard shortcut is ALT+Keycode.

LLDESADDACTION_ACCEL_VIRTKEY

Should always be set.

Syntax
'Declaration
 
Public Property ShortcutKeys As Keys
 
Requirements

Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9

See Also