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  String
 
value  String
 
labelText  String
 
isReadonly  Boolean
 
maxLength  Int32
 
See Also