nOptionValue = MTblGetMWheelOption( hWndTbl, nOption )

Gets the value of a mousewheel option.

Parameters
hWndTbl
Window Handle: Handle of the table

nOption
Number: The mousewheel option whose value you want to get.

Return
Number: The option's value if successful or negative if an error occurs

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

Set nRowsPerNotch = MTblGetMWheelOption( hWndTbl, MTMW_ROWS_PER_NOTCH )

See also
Mousewheel scrolling

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