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

Instances of this class represents a relation between pressed keys and a delegate
Show file Open project: vchelaru/FlatRedBall

Public Methods

Method 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 method

public KeyboardAction ( ) : System.Windows.Forms
return System.Windows.Forms

KeyboardAction() public method

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
return System.Windows.Forms