C# Class WATKit.Controls.EditBoxBase

Base for controls that wrap edit control
Inheritance: AutomationControl
ファイルを表示 Open project: MikeHanson/WATKit

Public Methods

Method Description
SetText ( string text ) : void

Sets the text.

TypeText ( string text, int typeRateMilliseconds ) : void

Types the text.

Method Details

SetText() public method

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

TypeText() public method

Types the text.
public TypeText ( string text, int typeRateMilliseconds ) : void
text string The text.
typeRateMilliseconds int Milliseconds to wait between each character.
return void