TextCompositionManager Classe

Definição

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
TextCompositionManager

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

AddPreviewTextInputHandler(DependencyObject, TextCompositionEventHandler)

Adiciona um manipulador ao evento anexado PreviewTextInput.

AddPreviewTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

Adiciona um manipulador ao evento anexado PreviewTextInputStart.

AddPreviewTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

Adiciona um manipulador ao evento anexado PreviewTextInputUpdate.

AddTextInputHandler(DependencyObject, TextCompositionEventHandler)

Adiciona um manipulador ao evento anexado TextInput.

AddTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

Adiciona um manipulador ao evento anexado TextInputStart.

AddTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

Adiciona um manipulador ao evento anexado TextInputUpdate.

CheckAccess()

Determina se o thread de chamada tem acesso a este 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 de hash padrão.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.

(Herdado de Object)
RemovePreviewTextInputHandler(DependencyObject, TextCompositionEventHandler)

Remove um manipulador para o evento anexado PreviewTextInput.

RemovePreviewTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

Remove um manipulador para o evento anexado TextInputStart.

RemovePreviewTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

Remove um manipulador para o evento anexado PreviewTextInputUpdate.

RemoveTextInputHandler(DependencyObject, TextCompositionEventHandler)

Remove um manipulador para o evento anexado TextInput.

RemoveTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

Remove um manipulador para o evento anexado TextInputStart.

RemoveTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

Remove um manipulador para o evento anexado TextInputUpdate.

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 este DispatcherObject.

(Herdado de DispatcherObject)

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.

Aplica-se a

Confira também