CTrackbar.SetSelStartmethod
Sets the starting logical position of the current selection range in a trackbar.
Syntax
SUB SetSelStart (BYVAL hTrackbar AS HWND, BYVAL lStart AS LONG, BYVAL fRedraw AS BOOLEAN = FALSE)
Parameters
| Name | Description | |
|---|---|---|
hTrackbar | Handle to the trackbar control. | |
lStart | Starting logical position of the selection range. | |
fRedraw | Redraw flag. If this parameter is TRUE, the message redraws the trackbar after the selection range is set. If this parameter is FALSE, the message sets the selection range but does not redraw the trackbar. |
Description
Sets the starting logical position of the current selection range in a trackbar. This message is ignored if the trackbar does not have the TBS_ENABLESELRANGE style.
Reference
- Include file
CTrackbar.inc - Defined in AfxNova/CTrackbar.inc:371
- Documented in Windows/WIndows Controls/CTrackbar Class.md
- Topic: CTrackbar Class