Reads the string from the user.

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

Syntax

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

Parameters

textColor
Type: System.Drawing..::.Color
Text color in the edit box.
backColor
Type: System.Drawing..::.Color
Text background color in the edit box.
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