EMPTYTEXT property (PropertyGrid)
Description
Property Value
The EMPTYTEXT property is a simple text string.
Property Traits
Development | Runtime | Indexed | Scaled | Synthetic |
---|---|---|---|---|
Get/Set | Get/Set | No | No | No |
Remarks
This property uses a grayed, italicized version of the control’s FONT property when displaying the empty text.
Example
text = "The are no items to display" Call Set_Property_Only( @Window : ".PRG_MAIN", "EMPTYTEXT", text )
See Also
N/A