L
Lance Johnson
I have a textbox on my form and have its allowdrop property set to true. I
want to allow certain drag/drop types to be allowed. However, if it isn't
supported here, I'd like for this event to flow up. I've overridden the
OnDragEnter in my form, but the event is never happening. If I allowdrop on
a control, is there no way to have this propagate up other than to handle
the textbox1.DragEnter event. I'd rather not do this, but just have the
event flow up. This may not be possible or may even not seem logical, but
we have a need for this.
Lance Johnson
want to allow certain drag/drop types to be allowed. However, if it isn't
supported here, I'd like for this event to flow up. I've overridden the
OnDragEnter in my form, but the event is never happening. If I allowdrop on
a control, is there no way to have this propagate up other than to handle
the textbox1.DragEnter event. I'd rather not do this, but just have the
event flow up. This may not be possible or may even not seem logical, but
we have a need for this.
Lance Johnson