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);
RichControl Class | RichControl Members | System.WinForms Namespace