ImeTextComposition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |