I use Extender.Name to access in my ocx code the name given by the client container.
But is it possible to know this name changes (an event) ? How ?
thanx
Printable View
I use Extender.Name to access in my ocx code the name given by the client container.
But is it possible to know this name changes (an event) ? How ?
thanx
As far as I know, nope you don't have an event when the name changes.. I can't think of anything usefull to do with such an event, but ok...
Crazy D @ Work :-)
I need this because the display of my control in the window includes the name.
I found a solution using the paint event.
It is not perfect but quite good.
thanx