I want to be able to set the PictureBox.AllowDrop property in the designer
but it doesn't appear in the properties list. In the MSDN help files
'AllowDrop' is not even listed as a member of PictureBox! even though
PictureBox is inherited from System.Windows.Forms.Control which has this
property. Other controls like Panel do show this property but not
PictureBox. Why is this?
How do I get this property and others to appear in the properties window so
that I can change them at design time? I am coding in MC++.
Thanks, Gaz.
Gaz - 07 May 2004 19:51 GMT
> I want to be able to set the PictureBox.AllowDrop property in the designer
> but it doesn't appear in the properties list. In the MSDN help files
[quoted text clipped - 7 lines]
>
> Thanks, Gaz.
"// There is currently no way to set the AllowDrop property for a
PictureBox
// in the Visual Studio designer, so they must be set explicitly in the
code."
Found in the downloaded sample Drag & Drop application.
Thanks anyway, Gaz.
Daniel Sharp - 08 May 2004 21:01 GMT
hi
in design time, change property AllowDrop, set to true
daniel #
> I want to be able to set the PictureBox.AllowDrop property in the designer
> but it doesn't appear in the properties list. In the MSDN help files
[quoted text clipped - 7 lines]
>
> Thanks, Gaz.