WinXAddGroupBox


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

Returns

The handle to the new group box on success or $$FALSE on fail

Remarks

none

Examples

$$ID_GROUP

'make a new group box
hGB = WinXAddGroupBox (#hMain, "A group box", $$ID_GROUP)

Related Links

WinXGroupBox_GetAutosizerSeries