Loads the contents of a Word Document into the CuteEditor control.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.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 CuteEditor

Examples

Remarks

This features is not supported yet. CuteEditor won't work as you might expect when loading Word documents into it.
CopyC#
editor1.LoadWord("~/doc/mtText.doc");

See Also