Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NShortcut Class / NShortcut Constructor / NShortcut Constructor(Keys,Keys)
The key value of the shortcut.
The modifiers combination of the shortcut.


In This Topic
    NShortcut Constructor(Keys,Keys)
    In This Topic
    Creates a new keys combination with the specified key and modifiers values
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal key As System.Windows.Forms.Keys, _
       ByVal modifiers As System.Windows.Forms.Keys _
    )
    'Usage
     
    
    Dim key As System.Windows.Forms.Keys
    Dim modifiers As System.Windows.Forms.Keys
     
    Dim instance As New NShortcut(key, modifiers)
    public NShortcut( 
       System.Windows.Forms.Keys key,
       System.Windows.Forms.Keys modifiers
    )

    Parameters

    key
    The key value of the shortcut.
    modifiers
    The modifiers combination of the shortcut.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also