guides:programming:programmers_reference_manual:showcategories_property_propertygrid

SHOWCATEGORIES property (PropertyGrid)

Shows or hides the category items in a property grid control.

The SHOWCATEGORIES property is a Boolean value of TRUE$ or FALSE$.

DevelopmentRuntimeIndexedScaledSynthetic
Get/SetGet/SetNoNoNo

When this property is set to TRUE$ the items are sorted into ascending alphabetical sort order based on the property name.

 
$Insert PS_Property_Grid_Equates

   $Insert Logical

   

   CtrlEntID = @Window : ".PRG_MAIN"

   

    // Hide the category items

   Call Set_Property_Only( CtrlEntID, "SHOWCATEGORIES", FALSE$ )
 
 
 

N/A

  • guides/programming/programmers_reference_manual/showcategories_property_propertygrid.txt
  • Last modified: 2023/10/25 10:50
  • by 127.0.0.1