I have a panel that acts as an extender provider. I only want to extend
properties if the control is parented by the panel. I implemented CanExtend
to do this; however when the control is first outside the panel and it is
then dragged in the CanExtend methods does not seem to be called again.
Graham
Avi Dubnikov - 07 Apr 2005 22:48 GMT
See adxSuperPanel at my web site: www.gzdSoftware.com.
Avi
>I have a panel that acts as an extender provider. I only want to extend
>properties if the control is parented by the panel. I implemented CanExtend
>to do this; however when the control is first outside the panel and it is
>then dragged in the CanExtend methods does not seem to be called again.
>
> Graham