C# Класс WATKit.Controls.EditBoxBase

Base for controls that wrap edit control
Наследование: AutomationControl
Показать файл Открыть проект

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

Метод Описание
SetText ( string text ) : void

Sets the text.

TypeText ( string text, int typeRateMilliseconds ) : void

Types the text.

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

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

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

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

Types the text.
public TypeText ( string text, int typeRateMilliseconds ) : void
text string The text.
typeRateMilliseconds int Milliseconds to wait between each character.
Результат void