Xceed Chart for WinForms v4.4 Documentation
Shortcut Constructor


Xceed.Chart.UIControls.v4.4 Assembly > Xceed.Chart.UIControls Namespace > Shortcut Class : Shortcut Constructor
The key value of the shortcut.
The modifiers combination of the shortcut.
Creates a new keys combination with the specified key and modifiers values
Syntax
'Declaration
 
Public Function New( _
   ByVal key As Keys, _
   ByVal modifiers As Keys _
)
'Usage
 
Dim key As Keys
Dim modifiers As Keys
 
Dim instance As New Shortcut(key, modifiers)
public Shortcut( 
   Keys key,
   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

Reference

Shortcut Class
Shortcut Members