TextCompositionManager Classe

Definizione

Fornisce strumenti per la gestione di eventi riferiti a composizioni di input e di testo.

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
Ereditarietà
TextCompositionManager

Campi

PreviewTextInputEvent

Identifica l'evento associato PreviewTextInput.

PreviewTextInputStartEvent

Identifica l'evento associato PreviewTextInputStart.

PreviewTextInputUpdateEvent

Identifica l'evento associato PreviewTextInputUpdate.

TextInputEvent

Identifica l'evento associato TextInput.

TextInputStartEvent

Identifica l'evento associato TextInputStart.

TextInputUpdateEvent

Identifica l'evento associato TextInputUpdate.

Proprietà

Dispatcher

Ottiene l'oggetto Dispatcher associato a DispatcherObject.

(Ereditato da DispatcherObject)

Metodi

AddPreviewTextInputHandler(DependencyObject, TextCompositionEventHandler)

Aggiunge un gestore per l'evento associato PreviewTextInput.

AddPreviewTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

Aggiunge un gestore per l'evento associato PreviewTextInputStart.

AddPreviewTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

Aggiunge un gestore per l'evento associato PreviewTextInputUpdate.

AddTextInputHandler(DependencyObject, TextCompositionEventHandler)

Aggiunge un gestore per l'evento associato TextInput.

AddTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

Aggiunge un gestore per l'evento associato TextInputStart.

AddTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

Aggiunge un gestore per l'evento associato TextInputUpdate.

CheckAccess()

Determina se il thread chiamante ha accesso a DispatcherObject.

(Ereditato da DispatcherObject)
CompleteComposition(TextComposition)

Completa una composizione di testo specificata.

Equals(Object)

Determina se l'oggetto specificato è uguale all'oggetto corrente.

(Ereditato da Object)
GetHashCode()

Funge da funzione hash predefinita.

(Ereditato da Object)
GetType()

Ottiene l'oggetto Type dell'istanza corrente.

(Ereditato da Object)
MemberwiseClone()

Crea una copia superficiale dell'oggetto Object corrente.

(Ereditato da Object)
RemovePreviewTextInputHandler(DependencyObject, TextCompositionEventHandler)

Rimuove un gestore per l'evento associato PreviewTextInput.

RemovePreviewTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

Rimuove un gestore per l'evento associato TextInputStart.

RemovePreviewTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

Rimuove un gestore per l'evento associato PreviewTextInputUpdate.

RemoveTextInputHandler(DependencyObject, TextCompositionEventHandler)

Rimuove un gestore per l'evento associato TextInput.

RemoveTextInputStartHandler(DependencyObject, TextCompositionEventHandler)

Rimuove un gestore per l'evento associato TextInputStart.

RemoveTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler)

Rimuove un gestore per l'evento associato TextInputUpdate.

StartComposition(TextComposition)

Avvia una composizione di testo specificata.

ToString()

Restituisce una stringa che rappresenta l'oggetto corrente.

(Ereditato da Object)
UpdateComposition(TextComposition)

Aggiorna una composizione di testo specificata.

VerifyAccess()

Impone che il thread chiamante abbia accesso a DispatcherObject.

(Ereditato da DispatcherObject)

Eventi associati

PreviewTextInput

Si verifica al completamento di TextComposition.

PreviewTextInputStart

Si verifica quando un nuovo oggetto TextComposition viene avviato.

PreviewTextInputUpdate

Si verifica quando viene aggiornato un oggetto TextComposition.

TextInput

Si verifica al completamento di TextComposition.

TextInputStart

Si verifica quando un nuovo oggetto TextComposition viene avviato.

TextInputUpdate

Si verifica quando viene aggiornato un oggetto TextComposition.

Si applica a

Vedi anche