C# Class WATKit.Controls.EditBoxBase

Base for controls that wrap edit control
Inheritance: AutomationControl
Afficher le fichier Open project: MikeHanson/WATKit

Méthodes publiques

Méthode Description
SetText ( string text ) : void

Sets the text.

TypeText ( string text, int typeRateMilliseconds ) : void

Types the text.

Method Details

SetText() public méthode

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

TypeText() public méthode

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