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

C# Syntax

void SetText( 
   string text
)

Parameters

text
The text entered in the edit box.