Skip to content

Latest commit

 

History

History
79 lines (47 loc) · 1.56 KB

tbm-getselend.md

File metadata and controls

79 lines (47 loc) · 1.56 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
TBM_GETSELEND message (Commctrl.h)
Retrieves the ending position of the current selection range in a trackbar.
e365dd4d-eb49-4107-b6d4-cdb558d27fdb
TBM_GETSELEND message Windows Controls
apiref
TBM_GETSELEND
Commctrl.h
HeaderDef
reference
05/31/2018

TBM_GETSELEND message

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

Parameters

wParam

Must be zero.

lParam

Must be zero.

Return value

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

Remarks

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

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Commctrl.h

See also

Reference

TBM_GETSELSTART

TBM_SETSEL

TBM_SETSELEND

TBM_SETSELSTART