Older Newer
Thu, 08 Jan 2004 08:47:18 . . . . SyneRyder


Changes by last author:

Added:
= setCtlLineSize =

== Syntax ==

:setCtlLineSize(int index, int size)

== Arguments ==

:index

::The index of the control whose line jump unit you wish to change.

:size

::The new size of the line jump unit.

== Description ==

:This function changes the line jump unit of a user control (e.g. the amount the control value increases by when clicking on the arrow buttons of a scrollbar). setCtlLineSize only applies to the user controls STANDARD and SCROLLBAR.

== Example ==

<code>

setCtlLineSize(0, 12);

setCtlLineSize(5, 2);

</code>

== Also see ==

:setCtlPageSize

== Comments ==

:Everyone can add his comments about his experiences with this function here. Tips for using it are welcome, too.