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!

PictureBox.AllowDrop

[To be supplied.]

[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

PictureBox Class | PictureBox Members | System.WinForms Namespace