This documentation is archived and is not being maintained.
TextCompositionManager Class
Visual Studio 2010
Provides facilities for managing events related to input and text compositions.
System::Object
System.Windows.Threading::DispatcherObject
System.Windows.Input::TextCompositionManager
System.Windows.Threading::DispatcherObject
System.Windows.Input::TextCompositionManager
Assembly: PresentationCore (in PresentationCore.dll)
The TextCompositionManager type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) |
| Name | Description | |
|---|---|---|
![]() ![]() | AddPreviewTextInputHandler | Adds a handler for the PreviewTextInput attached event. |
![]() ![]() | AddPreviewTextInputStartHandler | Adds a handler for the PreviewTextInputStart attached event. |
![]() ![]() | AddPreviewTextInputUpdateHandler | Adds a handler for the PreviewTextInputUpdate attached event. |
![]() ![]() | AddTextInputHandler | Adds a handler for the TextInput attached event. |
![]() ![]() | AddTextInputStartHandler | Adds a handler for the TextInputStart attached event. |
![]() ![]() | AddTextInputUpdateHandler | Adds a handler for the TextInputUpdate attached event. |
![]() | CheckAccess | Determines whether the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject.) |
![]() ![]() | CompleteComposition | Completes a specified text composition. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | RemovePreviewTextInputHandler | Removes a handler for the PreviewTextInput attached event. |
![]() ![]() | RemovePreviewTextInputStartHandler | Removes a handler for the TextInputStart attached event. |
![]() ![]() | RemovePreviewTextInputUpdateHandler | Removes a handler for the PreviewTextInputUpdate attached event. |
![]() ![]() | RemoveTextInputHandler | Removes a handler for the TextInput attached event. |
![]() ![]() | RemoveTextInputStartHandler | Removes a handler for the TextInputStart attached event. |
![]() ![]() | RemoveTextInputUpdateHandler | Removes a handler for the TextInputUpdate attached event. |
![]() ![]() | StartComposition | Starts a specified text composition. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() ![]() | UpdateComposition | Updates a specified text composition. |
![]() | VerifyAccess | Enforces that the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject.) |
| Name | Description | |
|---|---|---|
![]() | PreviewTextInput | Occurs when a TextComposition is completed. |
![]() | PreviewTextInputStart | Occurs when a new TextComposition is started. |
![]() | PreviewTextInputUpdate | Occurs when a TextComposition is updated. |
![]() | TextInput | Occurs when a TextComposition is completed. |
![]() | TextInputStart | Occurs when a new TextComposition is started. |
![]() | TextInputUpdate | Occurs when a TextComposition is updated. |
| Name | Description | |
|---|---|---|
![]() ![]() | PreviewTextInputEvent | Identifies the PreviewTextInput attached event. |
![]() ![]() | PreviewTextInputStartEvent | Identifies the PreviewTextInputStart attached event. |
![]() ![]() | PreviewTextInputUpdateEvent | Identifies the PreviewTextInputUpdate attached event. |
![]() ![]() | TextInputEvent | Identifies the TextInput attached event. |
![]() ![]() | TextInputStartEvent | Identifies the TextInputStart attached event. |
![]() ![]() | TextInputUpdateEvent | Identifies the TextInputUpdate attached event. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
