TextCompositionManager Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit des fonctionnalités de gestion des événements liés aux compositions d’entrée et de texte.
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
- Héritage
Champs
| Nom | Description |
|---|---|
| PreviewTextInputEvent |
Identifie l’événement PreviewTextInput attaché. |
| PreviewTextInputStartEvent |
Identifie l’événement PreviewTextInputStart attaché. |
| PreviewTextInputUpdateEvent |
Identifie l’événement PreviewTextInputUpdate attaché. |
| TextInputEvent |
Identifie l’événement TextInput attaché. |
| TextInputStartEvent |
Identifie l’événement TextInputStart attaché. |
| TextInputUpdateEvent |
Identifie l’événement TextInputUpdate attaché. |
Propriétés
| Nom | Description |
|---|---|
| Dispatcher |
Obtient ce Dispatcher qui DispatcherObject est associé. (Hérité de DispatcherObject) |
Méthodes
Événements attachés
| Nom | Description |
|---|---|
| PreviewTextInput |
Se produit lorsqu’un événement TextComposition est terminé. |
| PreviewTextInputStart |
Se produit lorsqu’un nouveau TextComposition démarrage est démarré. |
| PreviewTextInputUpdate |
Se produit lorsqu’une TextComposition mise à jour est effectuée. |
| TextInput |
Se produit lorsqu’un événement TextComposition est terminé. |
| TextInputStart |
Se produit lorsqu’un nouveau TextComposition démarrage est démarré. |
| TextInputUpdate |
Se produit lorsqu’une TextComposition mise à jour est effectuée. |