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 |
The id of the auto sizer series associated with the control or -1 on error
Each group box comes with an auto sizer series which allows you to use the auto sizer to place controls within the group box.
'get the auto sizer series for a group box series = WinXGroupBox_GetAutosizerSeries (hGB) |