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 が更新されると発生します。 |
適用対象
こちらもご覧ください
.NET