TICKSTYLE Property
PLBCMP GUI Only
The TICKSTYLE property specifies the location of tick marks on a SLIDER object. The property uses the following format:
TICKSTYLE={value}
Note the following:
TICKSTYLE may be used in CREATE, SETPROP, or GETPROP statements of a SLIDER object.
The number of tick units applied depends on the MAX, MIN, and TICKFREQ property values.
{values} other than those below result in no tick mark output.
{value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
Value |
Keyword |
The SLIDER tick marks are ... |
|
0 |
$NONE |
not displayed. (default) |
|
1 |
$TICKBOTH |
displayed on both sides. |
|
2 |
$TICKBOTTOM |
displayed on the bottom. |
|
3 |
$TICKRIGHT |
displayed on the right. |
|
4 |
$TICKTOP |
displayed on the top. |
|
5 |
$TICKLEFT |
displayed on the left |
This property is not supported when using the PL/B Web Server.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |