TextBoxElement Constructor(Style,String)
Initializes a new instance of the
TextBoxElement class with specified text and style settings.
'Declaration
Public Function New( _
ByVal As Style, _
ByVal As String _
)
Parameters
- style
- The Style object to use.
- text
- The text to display.