C# Класс AuScGen.CommonUtilityPlugin.MouseKeyBoardSimulator

Наследование: IContainerPlugin
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

KeyDown() публичный Метод

public KeyDown ( Keys key ) : void
key Keys
Результат void

KeyPress() публичный Метод

public KeyPress ( Keys key ) : void
key Keys
Результат void

KeyUp() публичный Метод

public KeyUp ( Keys key ) : void
key Keys
Результат void

SetNumeric() публичный Метод

Sets the numeric.
public SetNumeric ( string Numeric ) : void
Numeric string The numeric.
Результат void

SetText() публичный Метод

Sets the text.
public SetText ( string value ) : void
value string The value.
Результат void