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が更新されたときに発生します。

適用対象

こちらもご覧ください