A
Andrea Moro
I'm writing my first windows control library. A simple
textbox with some numeric facilities.
Well, there is a strange thing that happen.
I want to add a locked property. As many other
property, because it's a default property, I must shadow
it, but unfortunately, despite the other properties shadowed,
for instance tabindex, locked continue to stay in design category
also if I set it up to behaviour, and doesn't run my own
code.
Anyone knows what's the problem?
textbox with some numeric facilities.
Well, there is a strange thing that happen.
I want to add a locked property. As many other
property, because it's a default property, I must shadow
it, but unfortunately, despite the other properties shadowed,
for instance tabindex, locked continue to stay in design category
also if I set it up to behaviour, and doesn't run my own
code.
Anyone knows what's the problem?