T
Tim Mulholland
I've come across a bit of an annoyance i'm hoping someone can explain and/or
get me past.
I'm overriding the Text property on a user control i'm writing that inherits
from System.Windows.Forms.Button.
This works beautifully.
However, when i try to do the same thing for the Image property, i find it
won't let me override it.
Looking into the docs, it appears that the Text property is marked as
Virtual, whereas the Image property is not.
Is there any way around this?
Thanks in advance!
-Tim
get me past.
I'm overriding the Text property on a user control i'm writing that inherits
from System.Windows.Forms.Button.
This works beautifully.
However, when i try to do the same thing for the Image property, i find it
won't let me override it.
Looking into the docs, it appears that the Text property is marked as
Virtual, whereas the Image property is not.
Is there any way around this?
Thanks in advance!
-Tim