TIEMouseWheelParams.InvertDirection
Declaration
property InvertDirection: Boolean;
Description
Set to True to invert the wheel direction.
Default: False
Example
// Invert the direction to resemble that of Windows Explorer
ImageEnMView1.MouseWheelParams.InvertDirection := True;