TextCompositionManager Clase

Definición

Proporciona instalaciones para administrar eventos relacionados con composiciones de entrada y 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
TextCompositionManager

Campos

Nombre Description
PreviewTextInputEvent

Identifica el PreviewTextInput evento adjunto.

PreviewTextInputStartEvent

Identifica el PreviewTextInputStart evento adjunto.

PreviewTextInputUpdateEvent

Identifica el PreviewTextInputUpdate evento adjunto.

TextInputEvent

Identifica el TextInput evento adjunto.

TextInputStartEvent

Identifica el TextInputStart evento adjunto.

TextInputUpdateEvent

Identifica el TextInputUpdate evento adjunto.

Propiedades

Nombre Description
Dispatcher

Obtiene el objeto al que DispatcherDispatcherObject está asociado.

(Heredado de DispatcherObject)

Métodos

Nombre Description
AddPreviewTextInputHandler(DependencyObject, TextCompositionEventHandler)

Agrega un controlador para el PreviewTextInput evento adjunto.

AddPreviewTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

Agrega un controlador para el PreviewTextInputStart evento adjunto.

AddPreviewTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

Agrega un controlador para el PreviewTextInputUpdate evento adjunto.

AddTextInputHandler(DependencyObject, TextCompositionEventHandler)

Agrega un controlador para el TextInput evento adjunto.

AddTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

Agrega un controlador para el TextInputStart evento adjunto.

AddTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

Agrega un controlador para el TextInputUpdate evento adjunto.

CheckAccess()

Determina si el subproceso que llama tiene acceso a este DispatcherObject.

(Heredado de DispatcherObject)
CompleteComposition(TextComposition)

Completa una composición de texto especificada.

Equals(Object)

Determina si el objeto especificado es igual al objeto actual.

(Heredado de Object)
GetHashCode()

Actúa como la función hash predeterminada.

(Heredado de Object)
GetType()

Obtiene el Type de la instancia actual.

(Heredado de Object)
MemberwiseClone()

Crea una copia superficial del Objectactual.

(Heredado de Object)
RemovePreviewTextInputHandler(DependencyObject, TextCompositionEventHandler)

Quita un controlador para el PreviewTextInput evento adjunto.

RemovePreviewTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

Quita un controlador para el TextInputStart evento adjunto.

RemovePreviewTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

Quita un controlador para el PreviewTextInputUpdate evento adjunto.

RemoveTextInputHandler(DependencyObject, TextCompositionEventHandler)

Quita un controlador para el TextInput evento adjunto.

RemoveTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

Quita un controlador para el TextInputStart evento adjunto.

RemoveTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

Quita un controlador para el TextInputUpdate evento adjunto.

StartComposition(TextComposition)

Inicia una composición de texto especificada.

ToString()

Devuelve una cadena que representa el objeto actual.

(Heredado de Object)
UpdateComposition(TextComposition)

Actualiza una composición de texto especificada.

VerifyAccess()

Exige que el subproceso de llamada tenga acceso a este DispatcherObject.

(Heredado de DispatcherObject)

Eventos adjuntos

Nombre Description
PreviewTextInput

Se produce cuando se completa .TextComposition

PreviewTextInputStart

Se produce cuando se inicia un nuevo TextComposition .

PreviewTextInputUpdate

Se produce cuando se actualiza un TextComposition objeto .

TextInput

Se produce cuando se completa .TextComposition

TextInputStart

Se produce cuando se inicia un nuevo TextComposition .

TextInputUpdate

Se produce cuando se actualiza un TextComposition objeto .

Se aplica a

Consulte también