Table of Contents

SHOWTOOLTIPS property (PropertyGrid)

Description

Shows or hides tolltips displayed for the property item values.

Property Value

The SHOWTOOLTIPS property is a Boolean value of TRUE$ or FALSE$.

Property Traits

DevelopmentRuntimeIndexedScaledSynthetic
Get/SetGet/SetNoNoNo

Remarks

None.

Example

 
$Insert PS_Property_Grid_Equates

   $Insert Logical

   

   CtrlEntID = @Window : ".PRG_MAIN"

   

   // Show tooltips for property item values

   Call Set_Property_Only( CtrlEntID, "SHOWTOOLTIPS", TRUE$ )
 
 
 

See Also

N/A