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:

  1. TICKSTYLE may be used in CREATE, SETPROP, or GETPROP statements of a SLIDER object.

  2. The number of tick units applied depends on the MAX, MIN, and TICKFREQ property values.

  3. {values} other than those below result in no tick mark output.

  4. {value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:

  5.  

    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

     

  6. This property is not supported when using the PL/B Web Server.

 

 

See Also: Object Properties, Object IO Instructions, Object Definitions

 



PL/B Language Reference TICKFREQ Property TITLE Property