C
void SldSetPage( SLIDER * pSld, WORD newPage );
Overview
Input Parameters
Input Parameters |
Description |
SLIDER * pSld |
Pointer to the object. |
WORD newPage |
Value of the new page used. |
Returns
None.
Preconditions
none
Side Effects
Position of the thumb may change when redrawn.
Example
See SldIncPos() example.