Reads the string from the user.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public string ReadString(
	int x,
	int y,
	int width
)

Parameters

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.

Return Value

Returns the string read from the user.

See Also