Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Overridden.
|
|
GetHashCode ( ) : int |
Overridden
|
|
KeyBinding ( Keys keycode, Keys modifiers ) : System.Windows.Forms |
Initializes a new instance of the KeyBinding structure.
|
|
ToString ( ) : string |
Overridden. Returns string representation of the Keyboard shortcut
|
public Equals ( object obj ) : bool | ||
obj | object | Another KeyBinding struct |
return | bool |
public KeyBinding ( Keys keycode, Keys modifiers ) : System.Windows.Forms | ||
keycode | Keys | Key to trigger command |
modifiers | Keys | key modifiers to the Keyboard shortcut |
return | System.Windows.Forms |