C# Class AuScGen.CommonUtilityPlugin.MouseKeyBoardSimulator

Inheritance: IContainerPlugin
Datei anzeigen Open project: geeksree/cSharpGeeks

Public Methods

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

public KeyDown ( Keys key ) : void
key Keys
return void

KeyPress() public method

public KeyPress ( Keys key ) : void
key Keys
return void

KeyUp() public method

public KeyUp ( Keys key ) : void
key Keys
return void

SetNumeric() public method

Sets the numeric.
public SetNumeric ( string Numeric ) : void
Numeric string The numeric.
return void

SetText() public method

Sets the text.
public SetText ( string value ) : void
value string The value.
return void