property mouseWheelScrollLines

(r/o) int32 mouseWheelScrollLines;

Typ

Zugriff

This property returns the number of lines to scroll when the mouse wheel is rotated.
function mouseInfo()
{
    shell.print("mouse wheel scroll lines = " + appUtils.mouseWheelScrollLines);
}