Show contents 

Working with General Visual Components > Classes > TextBox > TextBox Constructor

TextBox Constructor

Syntax

TextBox(settings);

Parameters

settings. JSON object that contains values of class properties.

Description

The TextBox constructor creates an instance of the TextBox class.

Example

The example of constructor use is given in the Example of Creating the TextBox Component page.

See also:

TextBox