No Drag/Drop events for a RichTextBox

  • Thread starter Thread starter SamSpade
  • Start date Start date
S

SamSpade

I have a usercontrol with a RichTextBox (RichTextBox1) on it.

RichTextBox1 does not have the 4 Drag/Drop events in the Dropdown box in the
code window.

I added a TextBox and it does have the events.

I added another RTB and it does not.

I set AllowDrop to true that does not fix it.

I tried different borders and that does not fix it.

Any ideas what may be wrong??

Thanks
 
He adds the Handlers. I had found that defining the event methods using
Handles works.

But I don't have any idea why the events do not show. Is it just a know
bug? They show for a TextBox!

Thanks Scott
 
Thanks a lot. I'm going to let this be one of the unsolved mysteries that
show up every so often.

The events appear to be raised even though they do not show in the IDE's
dropdown box.

So I can program by reading the Help to see what events are available.

Thanks again
 
Back
Top