Skip to content

Latest commit

 

History

History
77 lines (45 loc) · 1.5 KB

tbm-settic.md

File metadata and controls

77 lines (45 loc) · 1.5 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
TBM_SETTIC message (Commctrl.h)
Sets a tick mark in a trackbar at the specified logical position.
89b42cac-967e-40c7-9fab-2bd76f06f3f9
TBM_SETTIC message Windows Controls
apiref
TBM_SETTIC
Commctrl.h
HeaderDef
reference
05/31/2018

TBM_SETTIC message

Sets a tick mark in a trackbar at the specified logical position.

Parameters

wParam

Must be zero.

lParam

Position of the tick mark. This parameter can be any of the integer values in the trackbar's range of minimum to maximum slider positions.

Return value

Returns TRUE if the tick mark is set, or FALSE otherwise.

Remarks

A trackbar creates its own first and last tick marks. Do not use this message to set the first and last tick marks.

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_GETPTICS

TBM_GETTIC