Discussion of article "DoEasy. Controls (Part 11): WinForms objects — groups, CheckedListBox WinForms object"

 

New article DoEasy. Controls (Part 11): WinForms objects — groups, CheckedListBox WinForms object has been published:

The article considers grouping WinForms objects and creation of the CheckBox objects list object.

Compile the EA and launch it on the chart:


We see that the declared functionality works correctly. Similar objects of the same container, placed in different groups, work correctly. The objects of each group are independent units and do not affect the same-type objects from another group. Two toggle buttons combined in a group work correctly and do not affect the third button, which works independently. The CheckedListBox object in its current state also works properly. The entire visual component behaves as it should (which does not exclude the occurrence of failures in the future when changing colors when handling the previous state of the mouse and its buttons). I will find and fix all possible errors during the subsequent development of graphical elements.

Author: Artyom Trishkin