Add Tag Property to ControlBase Class

Created at 19 Sep 2019, 11:56
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
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