Reads the string from the user.

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

Syntax

C#
public string ReadString(
	Font font,
	int x,
	int y
)

Parameters

font
Type: System.Drawing..::.Font
The Font font for 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.

Return Value

Returns the string read from the user.

See Also