WinXTracker_SetSelRange


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

Returns

$$TRUE on success or $$FALSE on fail

Remarks

none

Examples

'clear the selection
WinXTracker_SetSelRange (hTracker, 0, 0)

Related Links

WinXAddTrackBar
WinXTracker_SetRange