Share via


TBM_SETTIC

This message sets the position of a tick mark in a trackbar.

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

TBM_SETTIC wParam = 0; 
lParam = (LPARAM)(LONG) lPosition;

Parameters

  • lPosition
    Position of the tick mark. This parameter can be any of the integer values in the trackbars range of minimum to maximum slider positions.

Remarks

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

Return Values

TRUE indicates that the tick mark is set. indicates otherwise.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 1.0 and later Commctrl.h    

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

TBM_CLEARTICS, TBM_GETPTICS, TBM_GETTIC

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.