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


In This Topic
    ShortcutKeys Property
    In This Topic

    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
    public Keys ShortcutKeys {get; set;}
    public:
    property Keys ShortcutKeys {
       Keys get();
       void set (    Keys value);
    }
    Requirements

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

    See Also