ImeTextComposition Class

Definition

Represents a text composition generated by the IME processing of the ITextView.

public ref class ImeTextComposition : System::Windows::Input::TextComposition
public class ImeTextComposition : System.Windows.Input.TextComposition
type ImeTextComposition = class
    inherit TextComposition
Public Class ImeTextComposition
Inherits TextComposition
Inheritance
ImeTextComposition

Remarks

The ITextView does its own handling and raises the appropriate TextComposition events. The TextCompositionEventArgs.TextComposition property of all events raised by the IME handling can be cast to ImeTextComposition.

Constructors

ImeTextComposition(InputManager, IInputElement, String)

Initializes a new instance of ImeTextComposition.

Applies to