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






Windows & Linux

Description

Occurs when the mouse wheel is rotated on the control.

Syntax

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

Parameters

Button
Shift
Delta
X
Y

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.