WinXGroupBox_GetAutosizerSeries


series = WinXGroupBox_GetAutosizerSeries (hGB)

Gets the auto sizer series for a group box control

Parameter Description
hGB The handle to the group box to get the auto sizer from

Returns

The id of the auto sizer series associated with the control or -1 on error

Remarks

Each group box comes with an auto sizer series which allows you to use the auto sizer to place controls within the group box.

Examples

'get the auto sizer series for a group box
series = WinXGroupBox_GetAutosizerSeries (hGB)

Related Links

WinXAddGroupBox