TextCompositionManager Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Fornisce strumenti per la gestione di eventi riferiti a composizioni di input e di testo.
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
- Ereditarietà
Campi
PreviewTextInputEvent |
Identifica l'evento associato PreviewTextInput. |
PreviewTextInputStartEvent |
Identifica l'evento associato PreviewTextInputStart. |
PreviewTextInputUpdateEvent |
Identifica l'evento associato PreviewTextInputUpdate. |
TextInputEvent |
Identifica l'evento associato TextInput. |
TextInputStartEvent |
Identifica l'evento associato TextInputStart. |
TextInputUpdateEvent |
Identifica l'evento associato TextInputUpdate. |
Proprietà
Dispatcher |
Ottiene l'oggetto Dispatcher associato a DispatcherObject. (Ereditato da DispatcherObject) |
Metodi
Eventi associati
PreviewTextInput |
Si verifica al completamento di TextComposition. |
PreviewTextInputStart |
Si verifica quando un nuovo oggetto TextComposition viene avviato. |
PreviewTextInputUpdate |
Si verifica quando viene aggiornato un oggetto TextComposition. |
TextInput |
Si verifica al completamento di TextComposition. |
TextInputStart |
Si verifica quando un nuovo oggetto TextComposition viene avviato. |
TextInputUpdate |
Si verifica quando viene aggiornato un oggetto TextComposition. |