TextCompositionManager Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Proporciona medios para administrar eventos relacionados con la entrada y las composiciones 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
- Herencia
Campos
PreviewTextInputEvent |
Identifica el evento adjunto PreviewTextInput. |
PreviewTextInputStartEvent |
Identifica el evento adjunto PreviewTextInputStart. |
PreviewTextInputUpdateEvent |
Identifica el evento adjunto PreviewTextInputUpdate. |
TextInputEvent |
Identifica el evento adjunto TextInput. |
TextInputStartEvent |
Identifica el evento adjunto TextInputStart. |
TextInputUpdateEvent |
Identifica el evento adjunto TextInputUpdate. |
Propiedades
Dispatcher |
Obtiene el objeto Dispatcher al que está asociado DispatcherObject. (Heredado de DispatcherObject) |
Métodos
Eventos adjuntos
PreviewTextInput |
Se produce cuando se completa TextComposition. |
PreviewTextInputStart |
Se produce cuando se inicia un nuevo TextComposition. |
PreviewTextInputUpdate |
Se produce cuando se actualiza TextComposition. |
TextInput |
Se produce cuando se completa TextComposition. |
TextInputStart |
Se produce cuando se inicia un nuevo TextComposition. |
TextInputUpdate |
Se produce cuando se actualiza TextComposition. |