Add Tag Property to ControlBase Class

Created at 19 Sep 2019, 11:56
AF afhacker's avatar

afhacker

Joined 15.10.2015

Add Tag Property to ControlBase Class
19 Sep 2019, 11:56


As you know both in Windows Forms and WPF there is tag property for all controls, you should add a tag object type property to your ControlBase class too, it can be very useful in limited development environments like chart controls.


@afhacker