Click or drag to resize

InputCreateControl Method

Create a textbox appropriate for the control's InputType.

Namespace:  NetQuarry.Html5
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static TextBox CreateControl(
	InputTagTypes inputType
)

Parameters

inputType
Type: NetQuarryInputTagTypes
The HTML5 INPUT type to create.

Return Value

Type: TextBox
The newly created TextBox.
See Also