Windows Develop Bookmark and Share   
 index > Windows Forms Designer > Capture OnDragOver
 

Capture OnDragOver

I'm having a tablelayoutpanel as the rootcomponent. Its designer is sealed and how can we attach OnDragOver event? I installed a gloabal behavior per Martin's suggestion, but is doesn't fire an event capturingthe action of dragging a toolboxitem over the designer. is there any way to capture this event for tablelayoutpanel at all?

Thanks,
Alan

LearnToRock  Thursday, April 27, 2006 7:28 PM

Hi Alan,

Since the designer is internal you can't really get at the OnDragOver. Is your global behavior's OnDragOver not being called? What are you trying to do?

Martin

Martin Thorsen - MSFT  Thursday, April 27, 2006 7:36 PM

You can use google to search for other answers

Custom Search

More Threads

• VS2005 anchor problems on inherited form with a tab control
• Serializing a Collection
• input not going to text box with the caret!!!
• Datagridview + tabcontrol designer issue.
• PropertyGrid Invalid Property Value
• custom control for what
• Datetimepicker
• Conditionally adding a button to a form
• How to access Method of control created at runtime?
• Multiple forms and a DataSet