CTrackbar.GetRangeMaxmethod
Retrieves the maximum position for the slider in a trackbar.
Syntax
FUNCTION GetRangeMax (BYVAL hTrackbar AS HWND) AS LONG
Parameters
| Name | Description | |
|---|---|---|
hTrackbar | Handle to the trackbar control. |
Return value
Returns a 32-bit value that specifies the maximum position in the trackbar's range of minimum to maximum slider positions.
Description
Retrieves the maximum position for the slider in a trackbar.
Reference
- Include file
CTrackbar.inc - Defined in AfxNova/CTrackbar.inc:202
- Documented in Windows/WIndows Controls/CTrackbar Class.md
- Topic: CTrackbar Class