SetValue Method (IEditBase)
Sets the text inside the edit box.

C# Syntax

void SetValue( 
   string text
)

Parameters

text
The text to be entered in the edit field.