Lets you group your controls in the groupbox. The same as with the group tag, you have to put tags inside the groupbox tag. This is useful with the columns tag, although can be used without it.
Parameters:
| Parameter | Description | Default value |
|---|---|---|
| caption | inherited parameter |
Note that the name and default parameters from the persistent control node class have no meaning for the groupbox control node.
Example:
<?xml version="1.0" encoding="ISO-8859-1"?>
<root dpix="96" dpiy="96">
<groupbox caption="Groupbox">
<edit name="edit1" caption="Here is some edit"/>
<radiogroup name="radio1" caption="Fruits" default="0">
<item caption="Apple"/>
<item caption="Banana"/>
<item caption="Peach"/>
</radiogroup>
</groupbox>
</root>Result:

 
| The CHM file was converted to HTML by chm2web software. |