C# Class AuScGen.CommonUtilityPlugin.MouseKeyBoardSimulator

Inheritance: IContainerPlugin
Afficher le fichier Open project: geeksree/cSharpGeeks

Méthodes publiques

Méthode Description
KeyDown ( Keys key ) : void
KeyPress ( Keys key ) : void
KeyUp ( Keys key ) : void
SetNumeric ( string Numeric ) : void

Sets the numeric.

SetText ( string value ) : void

Sets the text.

Method Details

KeyDown() public méthode

public KeyDown ( Keys key ) : void
key Keys
Résultat void

KeyPress() public méthode

public KeyPress ( Keys key ) : void
key Keys
Résultat void

KeyUp() public méthode

public KeyUp ( Keys key ) : void
key Keys
Résultat void

SetNumeric() public méthode

Sets the numeric.
public SetNumeric ( string Numeric ) : void
Numeric string The numeric.
Résultat void

SetText() public méthode

Sets the text.
public SetText ( string value ) : void
value string The value.
Résultat void