KeyProcessor Class

 

Processes the keyboard input of the editor.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

System.Object
  Microsoft.VisualStudio.Text.Editor.KeyProcessor

public abstract class KeyProcessor

NameDescription
System_CAPS_protmethodKeyProcessor()

Initializes a new instance of KeyProcessor.

NameDescription
System_CAPS_pubpropertyIsInterestedInHandledEvents

Determines whether this processor should be called for events that have been handled by earlier KeyProcessor objects.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodKeyDown(KeyEventArgs)

Handles the KeyDown event.

System_CAPS_pubmethodKeyUp(KeyEventArgs)

Handles the KeyUp event.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodPreviewKeyDown(KeyEventArgs)

Handles the PreviewKeyDown event.

System_CAPS_pubmethodPreviewKeyUp(KeyEventArgs)

Handles the PreviewKeyUp event.

System_CAPS_pubmethodPreviewTextInput(TextCompositionEventArgs)

Handles the PreviewTextInput event.

System_CAPS_pubmethodPreviewTextInputStart(TextCompositionEventArgs)

Handles the PreviewTextInputStart event.

System_CAPS_pubmethodPreviewTextInputUpdate(TextCompositionEventArgs)

Handles the PreviewTextInputUpdate event.

System_CAPS_pubmethodTextInput(TextCompositionEventArgs)

Handles the TextInput event.

System_CAPS_pubmethodTextInputStart(TextCompositionEventArgs)

Handles the TextInputStart event.

System_CAPS_pubmethodTextInputUpdate(TextCompositionEventArgs)

Handles the TextInputUpdate event.

System_CAPS_pubmethodToString()

(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.

Return to top
Show: