SHOWTIPS Property


PLBCMP GUI Only

 

The SHOWTIPS property indicates whether tool tips should be shown over TOOLBUTTON objects. The property uses the following format:

SHOWTIPS={value}

Note the following:

  1. SHOWTIPS may be used in CREATE, or GETPROP statements of a TOOLBAR object.

  2. The SHOWTIPS property for a TOOLBAR is a CREATE/GETMODE only property and cannot be used to change the display state of the TOOLTIPS after the CREATE instruction has been executed. The TOOLBAR SetTBFlags method controls the visiblity of the tooltips once the object has been created.

  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

    Tool tips are ...

    0

    $OFF

    not displayed.

    1

    $ON

    displayed.

 

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

 



PL/B Language Reference SHOWPANEL Property SHOWUPDOWN Property