Closed glopesdev closed 9 months ago
This PR adds support for the following container controls:
GroupBox
TabControl
In the case of TabControl, the name of the nested controls can be used to set the text in each tab page.
This PR adds support for the following container controls:
GroupBox
(labeled frame around a set of controls)TabControl
(arrange other controls as a set of tab pages)In the case of
TabControl
, the name of the nested controls can be used to set the text in each tab page.