C# Class Alsing.Windows.Forms.SyntaxBox.KeyboardAction

Instances of this class represents a relation between pressed keys and a delegate
Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
KeyboardAction ( ) : System.Windows.Forms
KeyboardAction ( Keys key, bool shift, bool control, bool alt, bool allowreadonly, ActionDelegate actionDelegate ) : System.Windows.Forms

Method Details

KeyboardAction() public méthode

public KeyboardAction ( ) : System.Windows.Forms
Résultat System.Windows.Forms

KeyboardAction() public méthode

public KeyboardAction ( Keys key, bool shift, bool control, bool alt, bool allowreadonly, ActionDelegate actionDelegate ) : System.Windows.Forms
key Keys
shift bool
control bool
alt bool
allowreadonly bool
actionDelegate ActionDelegate
Résultat System.Windows.Forms