Initializes a new instance of the Textbox class

Namespace: Skewworks.NETMF.Controls
Assembly: Skewworks.NETMF.Controls (in Skewworks.NETMF.Controls.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public Textbox(
	string name,
	string text,
	Font font,
	Color color,
	int x,
	int y,
	char pwdChar = ''
)

Parameters

name
Type: System..::..String

[Missing <param name="name"/> documentation for "M:Skewworks.NETMF.Controls.Textbox.#ctor(System.String,System.String,Microsoft.SPOT.Font,Microsoft.SPOT.Presentation.Media.Color,System.Int32,System.Int32,System.Char)"]

text
Type: System..::..String

[Missing <param name="text"/> documentation for "M:Skewworks.NETMF.Controls.Textbox.#ctor(System.String,System.String,Microsoft.SPOT.Font,Microsoft.SPOT.Presentation.Media.Color,System.Int32,System.Int32,System.Char)"]

font
Type: Font

[Missing <param name="font"/> documentation for "M:Skewworks.NETMF.Controls.Textbox.#ctor(System.String,System.String,Microsoft.SPOT.Font,Microsoft.SPOT.Presentation.Media.Color,System.Int32,System.Int32,System.Char)"]

color
Type: Color

[Missing <param name="color"/> documentation for "M:Skewworks.NETMF.Controls.Textbox.#ctor(System.String,System.String,Microsoft.SPOT.Font,Microsoft.SPOT.Presentation.Media.Color,System.Int32,System.Int32,System.Char)"]

x
Type: System..::..Int32

[Missing <param name="x"/> documentation for "M:Skewworks.NETMF.Controls.Textbox.#ctor(System.String,System.String,Microsoft.SPOT.Font,Microsoft.SPOT.Presentation.Media.Color,System.Int32,System.Int32,System.Char)"]

y
Type: System..::..Int32

[Missing <param name="y"/> documentation for "M:Skewworks.NETMF.Controls.Textbox.#ctor(System.String,System.String,Microsoft.SPOT.Font,Microsoft.SPOT.Presentation.Media.Color,System.Int32,System.Int32,System.Char)"]

pwdChar (Optional)
Type: System..::..Char

[Missing <param name="pwdChar"/> documentation for "M:Skewworks.NETMF.Controls.Textbox.#ctor(System.String,System.String,Microsoft.SPOT.Font,Microsoft.SPOT.Presentation.Media.Color,System.Int32,System.Int32,System.Char)"]

See Also