NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RichTextBox.AllowDrop

RichTextBox controls have built-in drag and drop support which can't be changed.

[Visual Basic]
Overridable Public Property AllowDrop As Boolean
[C#]
public bool AllowDrop {override get; override set;}
[C++]
public: __property virtual bool get_AllowDrop();
public: __property virtual void set_AllowDrop(bool);
[JScript]
public function get AllowDrop() : Boolean;
public function set AllowDrop(Boolean);

See Also

RichTextBox Class | RichTextBox Members | System.WinForms Namespace