WinXTracker_SetSelRange (hTracker, USHORT start, USHORT end)
Sets the selection of a tracker control
Parameter | Description |
---|---|
hTracker | The handle to the tracker control |
USHORT start | The starting position of the selection |
USHORT end | The ending position of the selection |
$$TRUE on success or $$FALSE on fail
none
'clear the selection WinXTracker_SetSelRange (hTracker, 0, 0) |