Spread Windows Forms 6.0 Product Documentation
ProcessMouseMove Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Chart Namespace > ChartShape Class : ProcessMouseMove Method


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.

Glossary Item Box

Processes when the mouse cursor is moving.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub ProcessMouseMove( _
   ByVal e As MouseEventArgs, _
   ByVal containsMouse As Boolean, _
   ByRef selectedObject As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As ChartShape
Dim e As MouseEventArgs
Dim containsMouse As Boolean
Dim selectedObject As Object
 
instance.ProcessMouseMove(e, containsMouse, selectedObject)
C# 
protected virtual void ProcessMouseMove( 
   MouseEventArgs e,
   bool containsMouse,
   ref object 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

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.