I just noticed, that TLabelControl does suppress state changes inherited from TControl.
I wonder, what is the reason for that? I just built my own TBSMenuItem control, tried to use
interfaces with different states and now this doesn't work anymore.
I need a vertical menu with two levels so I tried to create my own using TLabelControl as base
class. I know there may be a better way to do that, but I just didn't understand the whole EWB
library enough until now. And it is hard to navigate in the IDE without Alt-Up and Alt-Left.