Skip to content

Latest commit

 

History

History
80 lines (47 loc) · 1.47 KB

tbm-clearsel.md

File metadata and controls

80 lines (47 loc) · 1.47 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
TBM_CLEARSEL message (Commctrl.h)
Clears the current selection range in a trackbar.
ccf69fb7-d616-4a7a-8c7c-7a82827758b1
TBM_CLEARSEL message Windows Controls
apiref
TBM_CLEARSEL
Commctrl.h
HeaderDef
reference
05/31/2018

TBM_CLEARSEL message

Clears the current selection range in a trackbar.

Parameters

wParam

Redraw flag. If this parameter is TRUE, the trackbar is redrawn after the selection is cleared.

lParam

Must be zero.

Return value

No return value.

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_SETSEL

TBM_SETSELEND

TBM_SETSELSTART