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:
SHOWTIPS may be used in CREATE, or GETPROP statements of a TOOLBAR object.
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.
{value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
Value |
Keyword |
Tool tips are ... |
|
0 |
$OFF |
not displayed. |
|
1 |
$ON |
displayed. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |