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
Development | Runtime | Indexed | Scaled | Synthetic |
---|---|---|---|---|
Get/Set | Get/Set | No | No | No |
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