FilterWidgetBaseCreateBndLkup Method |
Creates a new control implementing the IBndLkup interface.
Currently the determination of which control to use is based on whether or not the application is Bootstrap based.
Namespace:
NetQuarry.Data.WebMappers
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected IBndLkup CreateBndLkup(
InputTagTypes inputType = InputTagTypes.Text
)
Protected Function CreateBndLkup (
Optional inputType As InputTagTypes = InputTagTypes.Text
) As IBndLkup
Parameters
- inputType (Optional)
- Type: NetQuarryInputTagTypes
The type of INPUT-derived type to use, usually one of the type-specific HTML5 classes.
Return Value
Type:
IBndLkupA new instance of a control implementing the IBndLkup interface.
See Also