TextCompositionManager Klasa
Definicja
Oferuje funkcje zarządzania zdarzeniami związanymi z kompozycjami wejściowymi i tekstowymi.Provides facilities for managing events related to input and text compositions.
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
- Dziedziczenie
Pola
PreviewTextInputEvent |
Identyfikuje PreviewTextInput dołączone zdarzenie.Identifies the PreviewTextInput attached event. |
PreviewTextInputStartEvent |
Identyfikuje PreviewTextInputStart dołączone zdarzenie.Identifies the PreviewTextInputStart attached event. |
PreviewTextInputUpdateEvent |
Identyfikuje PreviewTextInputUpdate dołączone zdarzenie.Identifies the PreviewTextInputUpdate attached event. |
TextInputEvent |
Identyfikuje TextInput dołączone zdarzenie.Identifies the TextInput attached event. |
TextInputStartEvent |
Identyfikuje TextInputStart dołączone zdarzenie.Identifies the TextInputStart attached event. |
TextInputUpdateEvent |
Identyfikuje TextInputUpdate dołączone zdarzenie.Identifies the TextInputUpdate attached event. |
Właściwości
Dispatcher |
Pobiera Dispatcher ten DispatcherObject program jest skojarzony z.Gets the Dispatcher this DispatcherObject is associated with. (Odziedziczone po DispatcherObject) |
Metody
AddPreviewTextInputHandler(DependencyObject, TextCompositionEventHandler) |
Dodaje procedurę obsługi dla PreviewTextInput dołączonego zdarzenia.Adds a handler for the PreviewTextInput attached event. |
AddPreviewTextInputStartHandler(DependencyObject, TextCompositionEventHandler) |
Dodaje procedurę obsługi dla PreviewTextInputStart dołączonego zdarzenia.Adds a handler for the PreviewTextInputStart attached event. |
AddPreviewTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler) |
Dodaje procedurę obsługi dla PreviewTextInputUpdate dołączonego zdarzenia.Adds a handler for the PreviewTextInputUpdate attached event. |
AddTextInputHandler(DependencyObject, TextCompositionEventHandler) |
Dodaje procedurę obsługi dla TextInput dołączonego zdarzenia.Adds a handler for the TextInput attached event. |
AddTextInputStartHandler(DependencyObject, TextCompositionEventHandler) |
Dodaje procedurę obsługi dla TextInputStart dołączonego zdarzenia.Adds a handler for the TextInputStart attached event. |
AddTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler) |
Dodaje procedurę obsługi dla TextInputUpdate dołączonego zdarzenia.Adds a handler for the TextInputUpdate attached event. |
CheckAccess() |
Określa, czy wątek wywołujący ma dostęp do tego DispatcherObject .Determines whether the calling thread has access to this DispatcherObject. (Odziedziczone po DispatcherObject) |
CompleteComposition(TextComposition) |
Kończy określoną kompozycję tekstu.Completes a specified text composition. |
Equals(Object) |
Określa, czy dany obiekt jest taki sam, jak bieżący obiekt.Determines whether the specified object is equal to the current object. (Odziedziczone po Object) |
GetHashCode() |
Służy jako domyślna funkcja skrótu.Serves as the default hash function. (Odziedziczone po Object) |
GetType() |
Pobiera Type bieżące wystąpienie.Gets the Type of the current instance. (Odziedziczone po Object) |
MemberwiseClone() |
Tworzy skróconą kopię bieżącego elementu Object .Creates a shallow copy of the current Object. (Odziedziczone po Object) |
RemovePreviewTextInputHandler(DependencyObject, TextCompositionEventHandler) |
Usuwa procedurę obsługi dla PreviewTextInput dołączonego zdarzenia.Removes a handler for the PreviewTextInput attached event. |
RemovePreviewTextInputStartHandler(DependencyObject, TextCompositionEventHandler) |
Usuwa procedurę obsługi dla TextInputStart dołączonego zdarzenia.Removes a handler for the TextInputStart attached event. |
RemovePreviewTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler) |
Usuwa procedurę obsługi dla PreviewTextInputUpdate dołączonego zdarzenia.Removes a handler for the PreviewTextInputUpdate attached event. |
RemoveTextInputHandler(DependencyObject, TextCompositionEventHandler) |
Usuwa procedurę obsługi dla TextInput dołączonego zdarzenia.Removes a handler for the TextInput attached event. |
RemoveTextInputStartHandler(DependencyObject, TextCompositionEventHandler) |
Usuwa procedurę obsługi dla TextInputStart dołączonego zdarzenia.Removes a handler for the TextInputStart attached event. |
RemoveTextInputUpdateHandler(DependencyObject, TextCompositionEventHandler) |
Usuwa procedurę obsługi dla TextInputUpdate dołączonego zdarzenia.Removes a handler for the TextInputUpdate attached event. |
StartComposition(TextComposition) |
Uruchamia określoną kompozycję tekstu.Starts a specified text composition. |
ToString() |
Zwraca ciąg reprezentujący bieżący obiekt.Returns a string that represents the current object. (Odziedziczone po Object) |
UpdateComposition(TextComposition) |
Aktualizuje określoną kompozycję tekstu.Updates a specified text composition. |
VerifyAccess() |
Wymusza, że wątek wywołujący ma dostęp do tego DispatcherObject .Enforces that the calling thread has access to this DispatcherObject. (Odziedziczone po DispatcherObject) |
Zdarzenia dołączone
PreviewTextInput |
Występuje po TextComposition zakończeniu.Occurs when a TextComposition is completed. |
PreviewTextInputStart |
Występuje po TextComposition rozpoczęciu nowego.Occurs when a new TextComposition is started. |
PreviewTextInputUpdate |
Występuje, gdy TextComposition zostanie zaktualizowany.Occurs when a TextComposition is updated. |
TextInput |
Występuje po TextComposition zakończeniu.Occurs when a TextComposition is completed. |
TextInputStart |
Występuje po TextComposition rozpoczęciu nowego.Occurs when a new TextComposition is started. |
TextInputUpdate |
Występuje, gdy TextComposition zostanie zaktualizowany.Occurs when a TextComposition is updated. |