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


NShortcut Constructor(Keys,Keys)
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)

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