In This Topic
Initializes a new instance of the
RichText class.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
'Usage
Dim text As String
Dim instance As New RichText(text)
public RichText(
string
)
Parameters
- text
- The text value.
See Also