SetText Method (IEditField)
Sets the specified text in the edit box.

C# Syntax

void SetText( 
   string text
)

Parameters

text
The text to enter in the edit box.