KeyProcessor Class
Processes the keyboard input of the editor.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
| Name | Description | |
|---|---|---|
![]() | KeyProcessor() | Initializes a new instance of KeyProcessor. |
| Name | Description | |
|---|---|---|
![]() | IsInterestedInHandledEvents | Determines whether this processor should be called for events that have been handled by earlier KeyProcessor objects. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | KeyDown(KeyEventArgs) | Handles the KeyDown event. |
![]() | KeyUp(KeyEventArgs) | Handles the KeyUp event. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | PreviewKeyDown(KeyEventArgs) | Handles the PreviewKeyDown event. |
![]() | PreviewKeyUp(KeyEventArgs) | Handles the PreviewKeyUp event. |
![]() | PreviewTextInput(TextCompositionEventArgs) | Handles the PreviewTextInput event. |
![]() | PreviewTextInputStart(TextCompositionEventArgs) | Handles the PreviewTextInputStart event. |
![]() | PreviewTextInputUpdate(TextCompositionEventArgs) | Handles the PreviewTextInputUpdate event. |
![]() | TextInput(TextCompositionEventArgs) | Handles the TextInput event. |
![]() | TextInputStart(TextCompositionEventArgs) | Handles the TextInputStart event. |
![]() | TextInputUpdate(TextCompositionEventArgs) | Handles the TextInputUpdate event. |
![]() | ToString() | (Inherited from Object.) |
Export this functionality by using the IKeyProcessorProvider.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


