Nevron.UI.WinForm.Controls Namespace / NShortcut Class / NShortcut Constructor / NShortcut Constructor(Keys,Keys)


In This Topic
    NShortcut Constructor(Keys,Keys)
    In This Topic
    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
    modifiers
    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