Skip to content

Latest commit

 

History

History
83 lines (49 loc) · 1.78 KB

tbm-setselend.md

File metadata and controls

83 lines (49 loc) · 1.78 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
TBM_SETSELEND message (Commctrl.h)
Sets the ending logical position of the current selection range in a trackbar. This message is ignored if the trackbar does not have the TBS\_ENABLESELRANGE style.
1feec14c-1607-49d5-a147-af2443f82dc1
TBM_SETSELEND message Windows Controls
apiref
TBM_SETSELEND
Commctrl.h
HeaderDef
reference
05/31/2018

TBM_SETSELEND message

Sets the ending logical position of the current selection range in a trackbar. This message is ignored if the trackbar does not have the TBS_ENABLESELRANGE style.

Parameters

wParam

Redraw flag. If this parameter is TRUE, the message redraws the trackbar after the selection range is set. If this parameter is FALSE, the message sets the selection range but does not redraw the trackbar.

lParam

Ending logical position of the selection range.

Return value

No return value.

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_GETSELEND

TBM_GETSELSTART

TBM_SETSEL

TBM_SETSELSTART