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!

RichControl.AllowDrop

The allowDrop property. If allowDrop is set to true then this control will allow drag and drop operations and events to be used.

[Visual Basic]
Overridable Public Property AllowDrop As Boolean
[C#]
public bool AllowDrop {virtual get; virtual 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

RichControl Class | RichControl Members | System.WinForms Namespace