R
Roberto Rocco
Hello,
I need to handle MouseUp events in RadioButtons. How can I do that?
It seems that the MouseUp event is one of the inherited but not implemented
events.
I tried to create my own RadioButton class derived from RadioButton and I
did override the OnMouseUp event here.
But this event is never fired!
If I derive my own RadioButton class from Control (instead of deriving it
from RadioButton) then the MouseUp event gets fired instead.
But deriving my own RadioButton class from Control means that I need to code
each RadioButton behaviour on my own!
But I just want to have a "normal" RadioButton simply extended by supporting
MouseUp events.
Is there any solution to this?
Am I doing something completely wrong?
Many thanks for every hint.
Best regards,
Roberto Rocco.
I need to handle MouseUp events in RadioButtons. How can I do that?
It seems that the MouseUp event is one of the inherited but not implemented
events.
I tried to create my own RadioButton class derived from RadioButton and I
did override the OnMouseUp event here.
But this event is never fired!
If I derive my own RadioButton class from Control (instead of deriving it
from RadioButton) then the MouseUp event gets fired instead.
But deriving my own RadioButton class from Control means that I need to code
each RadioButton behaviour on my own!
But I just want to have a "normal" RadioButton simply extended by supporting
MouseUp events.
Is there any solution to this?
Am I doing something completely wrong?
Many thanks for every hint.
Best regards,
Roberto Rocco.