C# Class ARCed.Scintilla.KeyBinding

Represents the Binding Combination of a Keyboard Key + Modifiers
Show file Open project: borisblizzard/arcreator Class Usage Examples

Public Methods

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

Method Details

Equals() public method

Overridden.
public Equals ( object obj ) : bool
obj object Another KeyBinding struct
return bool

GetHashCode() public method

Overridden
public GetHashCode ( ) : int
return int

KeyBinding() public method

Initializes a new instance of the KeyBinding structure.
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

ToString() public method

Overridden. Returns string representation of the Keyboard shortcut
public ToString ( ) : string
return string