WRAPPABLE Property


PLBCMP GUI Only

 

The WRAPPABLE property indicates whether buttons in a TOOLBAR object should wrap to multiple lines if there is not enough space to show all the buttons. The property uses the following format:

WRAPPABLE[={value}]

Note the following:

  1. WRAPPABLE may be used in CREATE, GETPROP, or SETPROP statements of an TOOLBAR 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

    Toolbar wrapping is ...

    0

    $OFF

    disabled. (default)

    1

    $ON

    enabled.

 

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

 



PL/B Language Reference WORDWRAP Property X1 Property