C# Class ARCed.Scintilla.KeyBinding

Represents the Binding Combination of a Keyboard Key + Modifiers
Afficher le fichier Open project: borisblizzard/arcreator Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Overridden.
public Equals ( object obj ) : bool
obj object Another KeyBinding struct
Résultat bool

GetHashCode() public méthode

Overridden
public GetHashCode ( ) : int
Résultat int

KeyBinding() public méthode

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
Résultat System.Windows.Forms

ToString() public méthode

Overridden. Returns string representation of the Keyboard shortcut
public ToString ( ) : string
Résultat string