Help Center

CTrackbar.GetRangeMinmethod

Retrieves the minimum position for the slider in a trackbar.

WindowsmethodCTrackbar.incdocumented

Syntax

FUNCTION GetRangeMin (BYVAL hTrackbar AS HWND) AS LONG

Parameters

NameDescription
hTrackbarHandle to the trackbar control.

Return value

Returns a 32-bit value that specifies the minimum position in the trackbar's range of minimum to maximum slider positions.

Description

Retrieves the minimum position for the slider in a trackbar.

Reference

  • Include file CTrackbar.inc
  • Defined in AfxNova/CTrackbar.inc:210
  • Documented in Windows/WIndows Controls/CTrackbar Class.md
  • Topic: CTrackbar Class