ORIENTATION Property


PLBCMP GUI Only

 

The ORIENTATION property specifies the orientation of a SLIDER object. The property uses the following format:

ORIENTATION={value}

Note the following:

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

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

  3.  

    Value

    Keyword

    The orientation is ...

    0

    $NONE

    same as $VERT. (default)

    1

    $HORZ

    horizontal.

    2

    $VERT

    vertical.

 

 

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

 



PL/B Language Reference ORDER Property (DATATABLE) OSEVENTMASK Property