guiListSetSelected (Function) |
Top Previous Next |
This function sets the index of the selected item in the list.
Input: list : SYSHANDLE The handle to the list to set the selection on.
index : INT The index of the item to select.
Returns: INT
Declaration: FUNCTION guiListSetSelected : INT;
Example: INCLUDE rtcu.inc |