No Drag/Drop events for a RichTextBox

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
 
S

SamSpade

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
 
S

SamSpade

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top