Category Tag

The <CAT> tag is used to define a category in the category tree. The following attributes can be used in the category tags.

Category Tag <CAT … >
CAPTION The caption of the category.  
DESC The contents of the HTML help for the category. Notice that the HELFILE attribute can be used to specify the help as a separate file.
HELPFILE The relative path to the HTML help for the category. (HELFILE = "Docs/MyTag.htm")  
ICON "Folder"|"Elements"|RelativeFilePath. Defines the icon used for the category. You can use a pre-defined Folder or Elements category. In addition a relative file path can be provided to a custom BMP image ( ICON ="images/custom.bmp"). By default the Folder icon is displayed.  
EXPANDED YES\NO Indicated that the category tree-item should be expanded the first time the dialog is displayed. By default this value is set to NO.  
SHOWSUBELEMENTS YES\NO. Indicates that when selected the elements of its sub-categories will also be displayed on the right-hand side. For example, when the "HTML Tags" category is selected the right hand side displays all the tags included in all the HTML tag sub-categories . By default this value is set to YES.