TextCompositionManager クラス

定義

入力とテキスト構成に関連するイベントの管理機能を提供します。

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
継承
TextCompositionManager

フィールド

PreviewTextInputEvent

PreviewTextInput 添付イベントを識別します。

PreviewTextInputStartEvent

PreviewTextInputStart 添付イベントを識別します。

PreviewTextInputUpdateEvent

PreviewTextInputUpdate 添付イベントを識別します。

TextInputEvent

TextInput 添付イベントを識別します。

TextInputStartEvent

TextInputStart 添付イベントを識別します。

TextInputUpdateEvent

TextInputUpdate 添付イベントを識別します。

プロパティ

Dispatcher

この Dispatcher が関連付けられている DispatcherObject を取得します。

(継承元 DispatcherObject)

メソッド

AddPreviewTextInputHandler(DependencyObject, TextCompositionEventHandler)

PreviewTextInput 添付イベントのハンドラーを追加します。

AddPreviewTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

PreviewTextInputStart 添付イベントのハンドラーを追加します。

AddPreviewTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

PreviewTextInputUpdate 添付イベントのハンドラーを追加します。

AddTextInputHandler(DependencyObject, TextCompositionEventHandler)

TextInput 添付イベントのハンドラーを追加します。

AddTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

TextInputStart 添付イベントのハンドラーを追加します。

AddTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

TextInputUpdate 添付イベントのハンドラーを追加します。

CheckAccess()

呼び出し元のスレッドがこの DispatcherObject にアクセスできるかどうかを確認します。

(継承元 DispatcherObject)
CompleteComposition(TextComposition)

指定したテキスト構成を完了します。

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
RemovePreviewTextInputHandler(DependencyObject, TextCompositionEventHandler)

PreviewTextInput 添付イベントのハンドラーを削除します。

RemovePreviewTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

TextInputStart 添付イベントのハンドラーを削除します。

RemovePreviewTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

PreviewTextInputUpdate 添付イベントのハンドラーを削除します。

RemoveTextInputHandler(DependencyObject, TextCompositionEventHandler)

TextInput 添付イベントのハンドラーを削除します。

RemoveTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

TextInputStart 添付イベントのハンドラーを削除します。

RemoveTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

TextInputUpdate 添付イベントのハンドラーを削除します。

StartComposition(TextComposition)

指定したテキスト構成を開始します。

ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)
UpdateComposition(TextComposition)

指定したテキスト構成を更新します。

VerifyAccess()

呼び出し元のスレッドがこの DispatcherObject にアクセスできるように強制します。

(継承元 DispatcherObject)

添付イベント

PreviewTextInput

TextComposition が完了したときに発生します。

PreviewTextInputStart

新しい TextComposition が開始されると発生します。

PreviewTextInputUpdate

TextComposition が更新されると発生します。

TextInput

TextComposition が完了したときに発生します。

TextInputStart

新しい TextComposition が開始されると発生します。

TextInputUpdate

TextComposition が更新されると発生します。

適用対象

こちらもご覧ください