[]
Initializes a new instance of the TextBoxElement class with specified text and style settings.
public TextBoxElement(Style style, string text)
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)
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)
Type | Name | Description |
---|---|---|
Style | style | The Style object to use. |
Initializes a new instance of the TextBoxElement class.
public TextBoxElement()