Back to Devexpress

RichEditControl.CloseImeWindow(ImeCloseStatus) Method

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-dot-closeimewindow-x28-devexpress-dot-xtrarichedit-dot-imeclosestatus-x29.md

latest1.8 KB
Original Source

RichEditControl.CloseImeWindow(ImeCloseStatus) Method

Finalizes the input method editor composition and closes IME window.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
public void CloseImeWindow(
    ImeCloseStatus closeStatus
)
vb
Public Sub CloseImeWindow(
    closeStatus As ImeCloseStatus
)

Parameters

NameTypeDescription
closeStatusImeCloseStatus

A ImeCloseStatus enumeration member specifying how the composition string is treated.

|

Remarks

Use the RichEditControl.IsImeWindowOpen property to determine whether the input method editor is active. Then, you can accomplish the composition using the CloseImeWindow method and insert the resulting string into the document, or discard it.

See Also

IsImeWindowOpen()

RichEditControl Class

RichEditControl Members

DevExpress.XtraRichEdit Namespace