Processes when the mouse cursor is moving.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As SpreadChart
Dim e As MouseEventArgs
Dim containsMouse As Boolean
Dim selectedObject As Object
instance.ProcessMouseMove(e, containsMouse, selectedObject) |
Parameters
- e
- The System.Windows.Forms.MouseEventArgs instance containing the mouse event data.
- containsMouse
- if set to
true
the chart shape contains the mouse cursor. - selectedObject
- The current selected element of chart shape.
Requirements
Target Platforms: 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
See Also