This class provides data of the MouseWheelDownImage and MouseWheelUpImage events.
[Visual Basic] Public Class
MouseWheelEventArgs Inherits EventArgs
[C#] public class MouseWheelEventArgsF
EventArgs
Explanation
Property | Type | Explanation |
---|---|---|
![]() |
integer (Visual Basic) int (C#) |
This parameter retrieves (in hexadecimal notation) the other
types of buttons that are pressed at the time this event is
generated. If multiple buttons are pressed, the above values are combined in a bitwise OR operation. * The above hexadecimal notation is for VC++ or C++Builder For Delphi, please change the above 0x to $ For Visual Basic, please change the above 0x to &H |
![]() |
WheelDirection (Visual Basic) WheelDirection (C#) |
Direction of the scroll (Vertical or Horizontal) |
Direction refers to the value set in the MouseWheel property.
See Also
ImageKit Members | Newtone.ImageKit.Wpf.ImageKit