STK XSend comments on this topic.
MouseMove Method (IAgUiAxStockRawEvents)
See Also 
Button
Shift
X
Y
Windows






Windows & Linux

Description

Occurs when the mouse pointer is moved across the control.

Syntax

[Visual Basic .NET]
Public Sub MouseMove( _
   ByVal Button As Integer, _
   ByVal Shift As Integer, _
   ByVal X As Integer, _
   ByVal Y As Integer _
) 
[C#]
public void MouseMove(
   int Button,
   int Shift,
   int X,
   int Y
);
[Managed C++]
public: void MouseMove(
   int Button,
   int Shift,
   int X,
   int Y
);
[Java]
public  mouseMove(
   ppInteger Button,
   ppInteger Shift,
   int X,
   int Y
);
[Unmanaged C++]
public: HRESULT MouseMove(
   int Button,
   int Shift,
   long X,
   long Y
);

Parameters

Button
Shift
X
Y

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.