Click or drag to resize

TextBox Constructor

Ctor.

Namespace:  Resto.Front.Api.Data.Settings
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public 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