TextCompositionManager Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Fornece recursos para gerenciar eventos relacionados à entrada e às composições de texto.
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
- Herança
Campos
PreviewTextInputEvent |
Identifica o evento PreviewTextInput anexado. |
PreviewTextInputStartEvent |
Identifica o evento PreviewTextInputStart anexado. |
PreviewTextInputUpdateEvent |
Identifica o evento PreviewTextInputUpdate anexado. |
TextInputEvent |
Identifica o evento TextInput anexado. |
TextInputStartEvent |
Identifica o evento TextInputStart anexado. |
TextInputUpdateEvent |
Identifica o evento TextInputUpdate anexado. |
Propriedades
Dispatcher |
Obtém o Dispatcher ao qual este DispatcherObject está associado. (Herdado de DispatcherObject) |
Métodos
Eventos Anexados
PreviewTextInput |
Ocorre quando um TextComposition é concluído. |
PreviewTextInputStart |
Ocorre quando um novo TextComposition é iniciado. |
PreviewTextInputUpdate |
Ocorre quando um TextComposition é atualizado. |
TextInput |
Ocorre quando um TextComposition é concluído. |
TextInputStart |
Ocorre quando um novo TextComposition é iniciado. |
TextInputUpdate |
Ocorre quando um TextComposition é atualizado. |