C# Class CommonSupport.HelpHandler

Inheritance: CommonSupport.AutomatedControlEventHandler
Show file Open project: yyl-20020115/OpenForexNew

Public Methods

Method Description
KeyDown ( Control control, KeyEventArgs e ) : void
KeyPress ( Control control, KeyPressEventArgs e ) : void
KeyUp ( Control control, KeyEventArgs e ) : void

Method Details

KeyDown() public method

public KeyDown ( Control control, KeyEventArgs e ) : void
control Control
e KeyEventArgs
return void

KeyPress() public method

public KeyPress ( Control control, KeyPressEventArgs e ) : void
control Control
e KeyPressEventArgs
return void

KeyUp() public method

public KeyUp ( Control control, KeyEventArgs e ) : void
control Control
e KeyEventArgs
return void