NevronOpenVision
Nevron.Nov.UI Namespace / NShortcut Structure / NShortcut Constructor / NShortcut Constructor(ENKeyCode,ENModifierKeys,Boolean)
Indicates whether to ignore the key's location (e.g. the standard Plus key and the NumPad Plus key).
In This Topic
    NShortcut Constructor(ENKeyCode,ENModifierKeys,Boolean)
    In This Topic
    Creates a shortcut with the specified parameters. Throws an exception if the parameters are not a valid shortcut.
    Syntax
    public NShortcut( 
       ENKeyCode keyCode,
       ENModifierKeys modifiers,
       System.bool ignoreKeyLocation
    )

    Parameters

    keyCode
    modifiers
    ignoreKeyLocation
    Indicates whether to ignore the key's location (e.g. the standard Plus key and the NumPad Plus key).
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also