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 時發生。 |