Gets the name of the file.

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public string FileName { get; }
Visual Basic
Public ReadOnly Property FileName As String
	Get
Visual C++
public:
property String^ FileName {
	String^ get ();
}

Field Value

The name of the file.

See Also