Shows or hides the property description panel at the bottom of the control.
The SHOWDESCRIPTION property is a Boolean value of TRUE$ or FALSE$.
Development | Runtime | Indexed | Scaled | Synthetic |
---|---|---|---|---|
Get/Set | Get/Set | No | No | No |
None.
$Insert PS_Property_Grid_Equates $Insert Logical CtrlEntID = @Window : ".PRG_MAIN" // Hide the descriptions panel Call Set_Property_Only( CtrlEntID, "SHOWDESCRIPTION", FALSE$ )
N/A