Reads the string from the user.
            
    Namespace: 
   SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
| C# | 
|---|
public string ReadString( string initialText, int selStart, int selLength, int x, int y, int width )  | 
Parameters
- initialText
 - Type: System..::.String
Intial input text. 
- selStart
 - Type: System..::.Int32
Selection start of the initial input text. 
- selLength
 - Type: System..::.Int32
Selection length of the initial input text. 
- x
 - Type: System..::.Int32
The X coordinate of the upper left corner of the edit box in this window. 
- y
 - Type: System..::.Int32
The Y coordinate of the upper left corner of the edit box in this window. 
- width
 - Type: System..::.Int32
Width of the edit box.