Back to Devexpress

RichEditControl.LoadDocument(IWin32Window) Method

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-dot-loaddocument-x28-system-dot-windows-dot-forms-dot-iwin32window-x29.md

latest1.6 KB
Original Source

RichEditControl.LoadDocument(IWin32Window) Method

Invokes the Open file dialog as a child of the specified parent window.

Namespace : DevExpress.Xpf.RichEdit

Assembly : DevExpress.Xpf.RichEdit.v25.2.dll

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public virtual void LoadDocument(
    IWin32Window parent
)
vb
Public Overridable Sub LoadDocument(
    parent As IWin32Window
)

Parameters

NameTypeDescription
parentIWin32Window

The IWin32Window that represents the parent window.

|

Remarks

The LoadDocument method invokes the “Open…” file dialog, creates a specific importer and loads the file.

See Also

Troubleshooting

SaveDocument

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace