TextElement Constructor(String)
In This Topic
Initializes a new instance of a
TextElement with a given text.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public TextElement(
string
)
Parameters
- text
- String displayed in the TextElement,
See Also