Table of Contents

SHOWDESCRIPTION property (PropertyGrid)

Description

Shows or hides the property description panel at the bottom of the control.

Property Value

The SHOWDESCRIPTION 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"

   

   // Hide the descriptions panel

   Call Set_Property_Only( CtrlEntID, "SHOWDESCRIPTION", FALSE$ )
 
 
 

See Also

N/A