Loads the contents of a Word Document into the RichTextEditor control.
Namespace: RTEAssembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax
C# |
---|
public void LoadWord( string _filename ) |
Visual Basic |
---|
Public Sub LoadWord ( _ _filename As String _ ) |
Visual C++ |
---|
public: void LoadWord( String^ _filename ) |
Parameters
- _filename
- Type: System..::..String
The Word Document to load into RichTextEditor
Examples
Remarks
This features is not supported yet. RichTextEditor won't work as you might expect when loading Word documents into it.

editor1.LoadWord("~/doc/mtText.doc");