STYLE Property


PLBCMP GUI Only

square.png Objects

 

The STYLE property defines the object's presentation style. The property uses the following format:

STYLE={3DON | 3DOFF | 3DOUT | 3DFLAT | value}

Note the following:

  1. STYLE may be used in CREATE, SETPROP, or GETPROP statements.

  2. Some objects are limited to presentations described as $3DON or $3DOFF only. For these objects, the user should use the APPEARANCE property and not the STYLE property.

  3. The {type} parameter may be $3DON, $3DOFF, 3$DOUT, $3DFLAT or a numeric value.

  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 object ...

    0

    $DEFAULT

    has the default appearance. (default)

    1

    $3DON

    has a three-dimensional sunken appearance.

    2

    $3DOFF

    does not have a three-dimensional appearance.

    3

    $3DFLAT

    has a three-dimensional flat appearance.

    4

    $3DOUT

    has a three-dimensional outward appearance.

     

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

 

 

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

 



PL/B Language Reference STRIPED Property SUBMENU Property