====== SHOWCATEGORIES property (PropertyGrid) ====== ==== Description ==== Shows or hides the category items in a property grid control. ==== Property Value ==== The SHOWCATEGORIES property is a Boolean value of TRUE$ or FALSE$. ==== Property Traits ==== ^Development^Runtime^Indexed^Scaled^Synthetic^ |Get/Set|Get/Set|No|No|No| ==== Remarks ==== When this property is set to TRUE$ the items are sorted into ascending alphabetical sort order based on the property name. ==== Example ==== $Insert PS_Property_Grid_Equates $Insert Logical CtrlEntID = @Window : ".PRG_MAIN" // Hide the category items Call Set_Property_Only( CtrlEntID, "SHOWCATEGORIES", FALSE$ ) ==== See Also ==== N/A