bOk = MTblSetMWheelOption( hWndTbl, nOption, nOptionValue )

Sets the value of a mousewheel option.

Parameters
hWndTbl
Window Handle: Handle of the table

nOption
Number: One of the mousewheel options

nOptionValue
Number: The option's value

Return
Boolean: TRUE if succesful or FALSE if not

Example
In this example the number of rows to scroll per notch is set to 5:

Call MTblSetMWheelOption( hWndTbl, MTMW_ROWS_PER_NOTCH, 5 )

See also
Mousewheel scrolling

Created with the Personal Edition of HelpNDoc: Benefits of a Help Authoring Tool