Discussion of article "DoEasy. Controls (Part 8): Base WinForms objects by categories, GroupBox and CheckBox controls"

 

New article DoEasy. Controls (Part 8): Base WinForms objects by categories, GroupBox and CheckBox controls has been published:

The article considers creation of 'GroupBox' and 'CheckBox' WinForms objects, as well as the development of base objects for WinForms object categories. All created objects are still static, i.e. they are unable to interact with the mouse.

Compile the EA and launch it on the chart:


As we can see, the positioning of the CheckBox object components works correctly, the GroupBox object is created on the panel and bound to it.

For now, all such objects are static — they have no functionality of interacting with the mouse. I will implement it later — for multiple WinForms objects at once.

Author: Artyom Trishkin

Reason: