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 |
|
See also
-
Reference