TextCompositionManager Classe

Definição

Disponibiliza funcionalidades para a gestão de eventos relacionados com composições de input 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

Name 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

Name Description
Dispatcher

Percebe o Dispatcher que isto DispatcherObject está associado.

(Herdado de DispatcherObject)

Métodos

Name Description
AddPreviewTextInputHandler(DependencyObject, TextCompositionEventHandler)

Adiciona um handler para o PreviewTextInput evento anexado.

AddPreviewTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

Adiciona um handler para o PreviewTextInputStart evento anexado.

AddPreviewTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

Adiciona um handler para o PreviewTextInputUpdate evento anexado.

AddTextInputHandler(DependencyObject, TextCompositionEventHandler)

Adiciona um handler para o TextInput evento anexado.

AddTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

Adiciona um handler para o TextInputStart evento anexado.

AddTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

Adiciona um handler para o TextInputUpdate evento anexado.

CheckAccess()

Determina se o thread que chama tem acesso a este DispatcherObject.

(Herdado de DispatcherObject)
CompleteComposition(TextComposition)

Completa uma composição de texto específica.

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.

(Herdado de Object)
GetHashCode()

Serve como função de hash predefinida.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do atual Object.

(Herdado de Object)
RemovePreviewTextInputHandler(DependencyObject, TextCompositionEventHandler)

Remove um handler para o PreviewTextInput evento anexo.

RemovePreviewTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

Remove um handler para o TextInputStart evento anexo.

RemovePreviewTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

Remove um handler para o PreviewTextInputUpdate evento anexo.

RemoveTextInputHandler(DependencyObject, TextCompositionEventHandler)

Remove um handler para o TextInput evento anexo.

RemoveTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

Remove um handler para o TextInputStart evento anexo.

RemoveTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

Remove um handler para o TextInputUpdate evento anexo.

StartComposition(TextComposition)

Inicia uma composição de texto específica.

ToString()

Devolve uma cadeia que representa o objeto atual.

(Herdado de Object)
UpdateComposition(TextComposition)

Atualiza uma composição de texto especificada.

VerifyAccess()

Faz cumprir que o thread que chama tem acesso a este DispatcherObject.

(Herdado de DispatcherObject)

Eventos Anexados

Name Description
PreviewTextInput

Ocorre quando a TextComposition é concluída.

PreviewTextInputStart

Ocorre quando se inicia um novo TextComposition .

PreviewTextInputUpdate

Ocorre quando a TextComposition é atualizada.

TextInput

Ocorre quando a TextComposition é concluída.

TextInputStart

Ocorre quando se inicia um novo TextComposition .

TextInputUpdate

Ocorre quando a TextComposition é atualizada.

Aplica-se a

Ver também