tsc_GroupBoxEndControl

Use this control to signal the closing of a groupbox started with a tsc_GroupBoxStartControl.  There is no actual field associated with this API control.  See tsc_GroupBoxStartControl for more information.

void SetCustomMargins (int left, int top, tsc_DimensionType dimType = tsc_DimPercentOfCell);

The tsc_Control::SetCustomMargins() method can be applied to a tsc_EndGroupBoxControl to adjust the bottom right corner of the group box.  This runs contrary to the normal use of SetCustomMargins; with a tsc_GroupBoxEndControl the left parameter moves the right side towards the right, and the top parameter moves the bottom downwards.  Negative values may be used to move the corner upwards and to the left.