tsc_LineBreakControl

This control can be used to force the next control (in the form's control list) onto a new row.  If the page is full, the next control added will be placed on a new page as though a page break control had been added.

Multiple consecutive tsc_LineBreakControls are ignored, only the first control will have an effect.

This control is effective for both Custom and Auto layout forms, however any controls subsequently added that have explicitly set coordinates (that is, SetCustomLayoutPosition has been called) will not be affected.