메소드 | 설명 | |
---|---|---|
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 KeyBinding ( Keys keycode, Keys modifiers ) : System.Windows.Forms | ||
keycode | Keys | Key to trigger command |
modifiers | Keys | key modifiers to the Keyboard shortcut |
리턴 | System.Windows.Forms |