RenderRichText Constructor(String,Style)
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, _
ByVal As Style _
)
public RenderRichText(
string ,
Style
)
Parameters
- rtf
- A RTF-formatted string assigned to the Rtf property.
- style
- A Style to use (the Style.AssignNonInheritedFrom method is used to copy the specified style to the current object's Style).
See Also