SHOWPANEL Property


PLBCMP GUI Only

 

The SHOWPANEL property indicates whether any STATUSPANEL objects that have been added to the object are displayed. The property uses the following format:

SHOWPANEL={value}

Note the following:

  1. SHOWPANEL may be used in CREATE, SETPROP, or GETPROP statements of a STATUSBAR object.

  2. If set to $OFF, the TEXT property sets the text for the STATUSBAR object.

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

  4.  

    Value

    Keyword

    The panel is ...

    0

    $OFF

    not displayed. (default)

    1

    $ON

    displayed.

 

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

 



PL/B Language Reference SHOWCHECKBOX Property SHOWTIPS Property