|
-
Aug 24th, 2005, 12:45 PM
#1
picturebox allowdrop property missing?
Does anyone know why the .AllowDrop property of the picturebox control is missing at design time? My guess is it has to be a bug.
Controls that allow drag/drop operations (even windows form does) have a .AllowDrop property to tell the control to receive drag/drop events or not. You can set this in the properties window at design time, except for the picturebox. The picturebox is missing the property and you have to set it in code in the form constructor or form load event (or anywhere prior to wanting it to get drag/drop events)
My guess is the param they put on properties to indicate it to show up in the properties window is set wrong for the picturebox control... can anyone see if this exists on 05 beta 2? Its not installed here...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|