CTrackbar.SetThumbLengthmethod
Sets the length of the slider in a trackbar.
Syntax
SUB SetThumbLength (BYVAL hTrackbar AS HWND, BYVAL iLength AS LONG)
Parameters
| Name | Description | |
|---|---|---|
hTrackbar | Handle to the trackbar control. | |
iLength | Length, in pixels, of the slider. |
Description
Sets the length of the slider in a trackbar. This message is ignored if the trackbar does not have the TBS_FIXEDLENGTH style.
Reference
- Include file
CTrackbar.inc - Defined in AfxNova/CTrackbar.inc:380
- Documented in Windows/WIndows Controls/CTrackbar Class.md
- Topic: CTrackbar Class