Unicode Controls & Classes for VB6 - Version 4

ctlUniRichTextBoxXP.FileName Property

Returns or sets the filename of the file loaded into the RichTextBox control (available only at design time)

Syntax
Public Property Get FileName () As String
Public Property Let FileName (ByRef s As String)
Parameters
Parameter Description
ByRef s As String The new value
Remarks