Hide advanced members

  • Thread starter Thread starter Marcos Ribeiro
  • Start date Start date
M

Marcos Ribeiro

Hi
I was trying to code the DragEnter event on a RichTextBox on the IDE Code
editor but I could not Find that member on the events ComboBox. So I tried
seting the option (Tools menu) Text Editor/All languages/General and
unchecked Hide advanced members, but it has no effect . I still can´t find
the event
Any ideas? Thanks
Marcos
 
* "Marcos Ribeiro said:
I was trying to code the DragEnter event on a RichTextBox on the IDE Code
editor but I could not Find that member on the events ComboBox. So I tried
seting the option (Tools menu) Text Editor/All languages/General and
unchecked Hide advanced members, but it has no effect . I still can´t find
the event

The documentation says:

<msdn>
This member supports the .NET Framework infrastructure and is not
intended to be used directly from your code.
</msdn>
 
Thanks Herfried
So, its not recommended to code Drag & Drop with RichTextBox?
Thats weird, ince there are some articles on MSDN about that subject (eg.
"Enabling Drag-and-Drop Operations with the Windows Forms RichTextBox
Control")
Thanks anyway
Marcos
 
Back
Top