Table of Contents

EMPTYTEXT property (PropertyGrid)

Description

Specifies the text to display when the property grid contains no items.

Property Value

The EMPTYTEXT property is a simple text string.

Property Traits

DevelopmentRuntimeIndexedScaledSynthetic
Get/SetGet/SetNoNoNo

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