RenderRichText Constructor(String)
In This Topic
Initializes a new instance of the
RenderRichText class, using the specified RTF string and style.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public RenderRichText(
string
)
Parameters
- rtf
- A RTF-formatted string assigned to the Rtf property.
See Also