hGB = WinXAddGroupBox (parent, STRING label, id)
Creates a new group box and adds it to a window
Parameter | Description |
---|---|
parent | The handle to the parent window for this window |
STRING label | The label for the group box (can be changed later with WinXSetText) |
id | The unique id constant for this control |
The handle to the new group box on success or $$FALSE on fail
none
$$ID_GROUP 'make a new group box |