Back to Devexpress

ImeCloseStatus Enum

windowsforms-devexpress-dot-xtrarichedit-0d9db058.md

latest1.2 KB
Original Source

ImeCloseStatus Enum

Lists possible results of finalizing the input and closing the input method editor window.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
public enum ImeCloseStatus
vb
Public Enum ImeCloseStatus

Members

NameDescription
ImeCompositionCancel

Composition string in the input method editor is discarded.

| | ImeCompositionComplete |

The composition string is used as the result string to insert in the document.

|

Remarks

The ImeCloseStatus enumeration member is used in specifying the RichEditControl.CloseImeWindow method parameter.

See Also

DevExpress.XtraRichEdit Namespace