Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
1/6/2010
This message sets the starting and ending positions for the current selection in a trackbar. This message is ignored if the trackbar does not have the TBS_ENABLESELRANGE style.
Syntax
TBM_SETSEL wParam = (WPARAM)(BOOL) fRedraw;
lParam = (LPARAM)MAKELONG(lMinimum, lMaximum);
Parameters
- fRedraw
Redraw flag. If set to TRUE, the message redraws the trackbar after the selection range is set. If set to FALSE, the message sets the selection range but does not redraw the trackbar.
- lMinimum
Starting logical position for the selection range.
- lMaximum
Ending logical position for the selection range.
Return Value
None.
Requirements
Header | commctrl.h |
Windows Embedded CE | Windows CE 1.0 and later |