Older Newer
Tue, 04 Aug 2009 04:27:37 . . . . adsl-233-224-230.mia.bellsouth.net


Changes by last author:

Added:
= setCtlThumbSize =

== Syntax ==

:setCtlThumbSize(int n, int v)

== Arguments ==

:n

::The index of the user control whose value you want to change

:v

::The value you want to assign to the user control

== Description ==

:This function changes the setting of the thumb size of standard and scrollbar controls

== Example ==

<code>

setCtlThumbSize(4, 10);

setCtlThumbSize(5, 1);

</code>

== Also see ==

:

== Comments ==

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