|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
| -
| Header File
| commctrl.h
| Unicode
| No
| Platform Notes
| None
|
|
|
TBM_SETTIC
The TBM_SETTIC message sets the position of a tick mark in a trackbar.
TBM_SETTIC
wParam = 0;
lParam = (LPARAM) (LONG) lPosition;
Parameters
lPosition
Position of the tick mark. This parameter must specify a positive value.
Return Values
Returns TRUE if the tick mark is set or FALSE otherwise.
Remarks
A trackbar creates its own first and last tick marks. An application should
not use this message to set the first and last marks.
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples