Drag Drop

  • Thread starter Thread starter David
  • Start date Start date
David,

See the following on the panel's event tab:
DragDrop
DragEnter
DragLeave
DragOver

Dave
 
David,

Sorry. In Delphi we had a property inspector with a data and event tab. In
C# their is a Property window which has a property and event buttons.

Left click the panel and then in the property window, left click the event
button to expose the panel's events.

There are several drag and drop examples at www.codeproject.com


Dave
 
Back
Top