ImageEn, unit ieview

TIEMouseWheelParams.InvertDirection

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;