Help Center

CTrackbar.GetSelStartmethod

Retrieves the starting position of the current selection range in a trackbar.

WindowsmethodCTrackbar.incdocumented

Syntax

FUNCTION GetSelStart (BYVAL hTrackbar AS HWND) AS LONG

Parameters

NameDescription
hTrackbarHandle to the trackbar control.

Return value

Returns a 32-bit value that specifies the starting position of the current selection range.

Description

Retrieves the starting position of the current selection range in a trackbar.

Remarks

A trackbar can have a selection range only if you specified the TBS_ENABLESELRANGE style when you created it.

Reference

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