C# Class LayoutFarm.UI.UIKeyEventArgs

Inheritance: UIEventArgs
Mostrar archivo Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
SetEventInfo ( int keydata, bool shift, bool alt, bool control ) : void
SetKeyChar ( char c ) : void
UIKeyEventArgs ( ) : System

Method Details

SetEventInfo() public method

public SetEventInfo ( int keydata, bool shift, bool alt, bool control ) : void
keydata int
shift bool
alt bool
control bool
return void

SetKeyChar() public method

public SetKeyChar ( char c ) : void
c char
return void

UIKeyEventArgs() public method

public UIKeyEventArgs ( ) : System
return System