[]
        
(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)
Public Sub New(style As Style, text As String)
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)
Public Sub New(text As String)
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)
Public Sub New(style As Style)
Parameters
Type Name Description
Style style

The Style object to use.

TextBoxElement()

Initializes a new instance of the TextBoxElement class.

Declaration
public TextBoxElement()
Public Sub New()