Provides a base implementation for mouse bindings, so that clients can override only the methods they need.
Inheritance Hierarchy
System.Object
  Microsoft.VisualStudio.Text.Editor.MouseProcessorBase
Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
声明
Public MustInherit Class MouseProcessorBase _
    Implements IMouseProcessor
public abstract class MouseProcessorBase : IMouseProcessor
public ref class MouseProcessorBase abstract : IMouseProcessor
[<AbstractClass>]
type MouseProcessorBase =  
    class
        interface IMouseProcessor
    end
public abstract class MouseProcessorBase implements IMouseProcessor
The MouseProcessorBase type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | MouseProcessorBase | Initializes a new instance of MouseProcessorBase. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | PostprocessDragEnter | Handles the drag enter event after the default handler. | 
| .gif) | PostprocessDragLeave | Handles the drag leave event after the default handler. | 
| .gif) | PostprocessDragOver | Handles the drag over event after the default handler. | 
| .gif) | PostprocessDrop | Handles the drop event after the default handler. | 
| .gif) | PostprocessGiveFeedback | Handles the feedback event after the default handler. | 
| .gif) | PostprocessMouseDown | Handles the mouse down event after the default handler. | 
| .gif) | PostprocessMouseEnter | Handles the mouse enter event after the default handler. | 
| .gif) | PostprocessMouseLeave | Handles the mouse leave event after the default handler. | 
| .gif) | PostprocessMouseLeftButtonDown | Handles the mouse left button down event after the default handler. | 
| .gif) | PostprocessMouseLeftButtonUp | Handles the mouse left button up event after the default handler. | 
| .gif) | PostprocessMouseMove | Handles the mouse move event after the default handler. | 
| .gif) | PostprocessMouseRightButtonDown | Handles the mouse right button down event after the default handler. | 
| .gif) | PostprocessMouseRightButtonUp | Handles the mouse right button up event after the default handler. | 
| .gif) | PostprocessMouseUp | Handles the mouse up event after the default handler. | 
| .gif) | PostprocessMouseWheel | Handles the mouse wheel event after the default handler. | 
| .gif) | PostprocessQueryContinueDrag | Handles the query continue drag event after the default handler. | 
| .gif) | PreprocessDragEnter | Handles the drag enter event before the default handler. | 
| .gif) | PreprocessDragLeave | Handles the drag leave event before the default handler. | 
| .gif) | PreprocessDragOver | Handles the drag over event before the default handler. | 
| .gif) | PreprocessDrop | Handles the drop event before the default handler. | 
| .gif) | PreprocessGiveFeedback | Handles the feedback event before the default handler. | 
| .gif) | PreprocessMouseDown | Handles the mouse down event before the default handler. | 
| .gif) | PreprocessMouseEnter | Handles the mouse enter event before the default handler. | 
| .gif) | PreprocessMouseLeave | Handles the mouse leave event before the default handler. | 
| .gif) | PreprocessMouseLeftButtonDown | Handles the mouse left button down event before the default handler. | 
| .gif) | PreprocessMouseLeftButtonUp | Handles the mouse left button up event before the default handler. | 
| .gif) | PreprocessMouseMove | Handles the mouse move event before the default handler. | 
| .gif) | PreprocessMouseRightButtonDown | Handles the mouse right button down event before the default handler. | 
| .gif) | PreprocessMouseRightButtonUp | Handles the mouse right button up event before the default handler. | 
| .gif) | PreprocessMouseUp | Handles the mouse up event before the default handler. | 
| .gif) | PreprocessMouseWheel | Handles the mouse wheel event before the default handler. | 
| .gif) | PreprocessQueryContinueDrag | Handles the query continue drag event before the default handler. | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.