ESRI.ArcGIS.ADF.Local
RaiseOnMouseMove(Int16,Int16,Int32,Int32) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.COMSupport Namespace > OLE Class > RaiseOnMouseMove Method : RaiseOnMouseMove(Int16,Int16,Int32,Int32) Method




button
shift
x
y

Syntax

Visual Basic (Declaration) 
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Protected Overloads Sub RaiseOnMouseMove( _
   ByVal button As Short, _
   ByVal shift As Short, _
   ByVal x As Integer, _
   ByVal y As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As OLE
Dim button As Short
Dim shift As Short
Dim x As Integer
Dim y As Integer
 
instance.RaiseOnMouseMove(button, shift, x, y)
C# 
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
protected void RaiseOnMouseMove( 
   short button,
   short shift,
   int x,
   int y
)

Parameters

button
shift
x
y

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.