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 时发生。

适用于

另请参阅