Older Newer
Thu, 08 Jan 2004 08:53:39 . . . . SyneRyder


Changes by last author:

Added:
= setCtlPageSize =

== Syntax ==

:setCtlPageSize(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 page jump unit.

== Description ==

:This function changes the page jump unit of a user control (e.g. the amount the control value changes by when clicking between the arrow buttons and handle of a scrollbar). Applies only to the user controls STANDARD, SCROLLBAR and TRACKBAR.

== Example ==

<code>

setCtlPageSize(0, 12);

setCtlPageSize(5, 2);

</code>

== Also see ==

:setCtlLineSize

== Comments ==

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