TextCompositionManager クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
入力とテキストの構成に関連するイベントを管理するための機能を提供します。
public ref class TextCompositionManager sealed : System::Windows::Threading::DispatcherObject
public sealed class TextCompositionManager : System.Windows.Threading.DispatcherObject
type TextCompositionManager = class
inherit DispatcherObject
Public NotInheritable Class TextCompositionManager
Inherits DispatcherObject
- 継承
フィールド
| 名前 | 説明 |
|---|---|
| PreviewTextInputEvent |
PreviewTextInput添付イベントを識別します。 |
| PreviewTextInputStartEvent |
PreviewTextInputStart添付イベントを識別します。 |
| PreviewTextInputUpdateEvent |
PreviewTextInputUpdate添付イベントを識別します。 |
| TextInputEvent |
TextInput添付イベントを識別します。 |
| TextInputStartEvent |
TextInputStart添付イベントを識別します。 |
| TextInputUpdateEvent |
TextInputUpdate添付イベントを識別します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| Dispatcher |
このDispatcherが関連付けられているDispatcherObjectを取得します。 (継承元 DispatcherObject) |
メソッド
添付イベント
| 名前 | 説明 |
|---|---|
| PreviewTextInput |
TextCompositionが完了したときに発生します。 |
| PreviewTextInputStart |
新しい TextComposition が開始されたときに発生します。 |
| PreviewTextInputUpdate |
TextCompositionが更新されたときに発生します。 |
| TextInput |
TextCompositionが完了したときに発生します。 |
| TextInputStart |
新しい TextComposition が開始されたときに発生します。 |
| TextInputUpdate |
TextCompositionが更新されたときに発生します。 |