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
)
Public Shared Function CreateControl (
inputType As InputTagTypes
) As TextBox
Parameters
- inputType
- Type: NetQuarryInputTagTypes
The HTML5 INPUT type to create.
Return Value
Type:
TextBoxThe newly created TextBox.
See Also