C# Class LayoutFarm.UI.UIKeyEventArgs

Inheritance: UIEventArgs
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

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

Method Details

SetEventInfo() public méthode

public SetEventInfo ( int keydata, bool shift, bool alt, bool control ) : void
keydata int
shift bool
alt bool
control bool
Résultat void

SetKeyChar() public méthode

public SetKeyChar ( char c ) : void
c char
Résultat void

UIKeyEventArgs() public méthode

public UIKeyEventArgs ( ) : System
Résultat System