TextCompositionManager Classe

Definição

Fornece recursos para gerenciar eventos relacionados a composições de entrada e 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
TextCompositionManager

Campos

Nome Description
PreviewTextInputEvent

Identifica o PreviewTextInput evento anexado.

PreviewTextInputStartEvent

Identifica o PreviewTextInputStart evento anexado.

PreviewTextInputUpdateEvent

Identifica o PreviewTextInputUpdate evento anexado.

TextInputEvent

Identifica o TextInput evento anexado.

TextInputStartEvent

Identifica o TextInputStart evento anexado.

TextInputUpdateEvent

Identifica o TextInputUpdate evento anexado.

Propriedades

Nome Description
Dispatcher

Obtém o Dispatcher que DispatcherObject está associado.

(Herdado de DispatcherObject)

Métodos

Nome Description
AddPreviewTextInputHandler(DependencyObject, TextCompositionEventHandler)

Adiciona um manipulador para o PreviewTextInput evento anexado.

AddPreviewTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

Adiciona um manipulador para o PreviewTextInputStart evento anexado.

AddPreviewTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

Adiciona um manipulador para o PreviewTextInputUpdate evento anexado.

AddTextInputHandler(DependencyObject, TextCompositionEventHandler)

Adiciona um manipulador para o TextInput evento anexado.

AddTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

Adiciona um manipulador para o TextInputStart evento anexado.

AddTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

Adiciona um manipulador para o TextInputUpdate evento anexado.

CheckAccess()

Determina se o thread de chamada tem acesso a isso DispatcherObject.

(Herdado de DispatcherObject)
CompleteComposition(TextComposition)

Conclui uma composição de texto especificada.

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.

(Herdado de Object)
GetHashCode()

Serve como a função hash predefinida.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Objectatual.

(Herdado de Object)
RemovePreviewTextInputHandler(DependencyObject, TextCompositionEventHandler)

Remove um manipulador para o PreviewTextInput evento anexado.

RemovePreviewTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

Remove um manipulador para o TextInputStart evento anexado.

RemovePreviewTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

Remove um manipulador para o PreviewTextInputUpdate evento anexado.

RemoveTextInputHandler(DependencyObject, TextCompositionEventHandler)

Remove um manipulador para o TextInput evento anexado.

RemoveTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

Remove um manipulador para o TextInputStart evento anexado.

RemoveTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

Remove um manipulador para o TextInputUpdate evento anexado.

StartComposition(TextComposition)

Inicia uma composição de texto especificada.

ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.

(Herdado de Object)
UpdateComposition(TextComposition)

Atualiza uma composição de texto especificada.

VerifyAccess()

Impõe que o thread de chamada tenha acesso a isso DispatcherObject.

(Herdado de DispatcherObject)

Eventos Anexados

Nome Description
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.

Aplica-se a

Confira também