STK X Send comments on this topic.
MouseWheel Method (IAgUiAxVOCntrlRawEvents)
See Also 
Button
Shift
Delta
X
Y





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1