Ctor.
Namespace:
Resto.Front.Api.Data.Settings
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxpublic TextBox(
string key,
string value,
string labelText,
bool isReadonly,
int maxLength
)
Parameters
- key
- Type: SystemString
- value
- Type: SystemString
- labelText
- Type: SystemString
- isReadonly
- Type: SystemBoolean
- maxLength
- Type: SystemInt32
See Also