Initializes a new instance of the class.
Namespace:
Greatis.NostalgiaAssembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ id As Integer, _ key As Keys, _ control As Boolean, _ alt As Boolean, _ shift As Boolean, _ win As Boolean _ ) |
C# |
---|
public HotKeyEventArgs( int id, Keys key, bool control, bool alt, bool shift, bool win ) |
Visual C++ |
---|
public: HotKeyEventArgs( int id, Keys key, bool control, bool alt, bool shift, bool win ) |
JavaScript |
---|
Greatis.Nostalgia.HotKeyEventArgs = function(id, key, control, alt, shift, win); |
Parameters
- id
- Type: System..::.Int32
Hot key identifier, returned by RegisterKey.
- key
- Type: System.Windows.Forms..::.Keys
Hot key.
- control
- Type: System..::.Boolean
Control modifier.
- alt
- Type: System..::.Boolean
Alt modifier.
- shift
- Type: System..::.Boolean
Shift modifier.
- win
- Type: System..::.Boolean
Win modifier.