In This Topic
Loads the content of the current
RenderRichText from a disk file containing
RTF-formatted data.
Syntax
'Declaration
Public Overloads Sub Load( _
ByVal As String _
)
public void Load(
string
)
Parameters
- fileName
- The name of the file to load.
See Also