guides:programming:programmers_reference_manual:emptytext_property_propertygrid

EMPTYTEXT property (PropertyGrid)

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

The EMPTYTEXT property is a simple text string.

DevelopmentRuntimeIndexedScaledSynthetic
Get/SetGet/SetNoNoNo

This property uses a grayed, italicized version of the control’s FONT property when displaying the empty text.

 
text = "The are no items to display"

   Call Set_Property_Only( @Window : ".PRG_MAIN", 

                           "EMPTYTEXT",           

                           text )
 
 
 

N/A

  • guides/programming/programmers_reference_manual/emptytext_property_propertygrid.txt
  • Last modified: 2023/10/25 10:49
  • by 127.0.0.1