[]
Initializes a new instance of the TextBoxElement class with specified text and style settings.
public TextBoxElement(Style style, string text)
Public Sub New(style As Style, text As String)
| Type | Name | Description |
|---|---|---|
| Style | style | The Style object to use. |
| string | text | The text to display. |
Initializes a new instance of the TextBoxElement class with specified text.
public TextBoxElement(string text)
Public Sub New(text As String)
| Type | Name | Description |
|---|---|---|
| string | text | The text to display. |
Initializes a new instance of the TextBoxElement class with specified style settings.
public TextBoxElement(Style style)
Public Sub New(style As Style)
| Type | Name | Description |
|---|---|---|
| Style | style | The Style object to use. |
Initializes a new instance of the TextBoxElement class.
public TextBoxElement()
Public Sub New()