[]
        
(Showing Draft Content)

C1.Framework.TextBoxElement.-ctor

TextBoxElement Constructor

TextBoxElement(Style, string)

Initializes a new instance of the TextBoxElement class with specified text and style settings.

Declaration
public TextBoxElement(Style style, string text)
Parameters
Type Name Description
Style style

The Style object to use.

string text

The text to display.

TextBoxElement(string)

Initializes a new instance of the TextBoxElement class with specified text.

Declaration
public TextBoxElement(string text)
Parameters
Type Name Description
string text

The text to display.

TextBoxElement(Style)

Initializes a new instance of the TextBoxElement class with specified style settings.

Declaration
public TextBoxElement(Style style)
Parameters
Type Name Description
Style style

The Style object to use.

TextBoxElement()

Initializes a new instance of the TextBoxElement class.

Declaration
public TextBoxElement()