BehaviorDragDropEventArgs::DragComponents Property

 

Gets the list of IComponent objects currently being dragged.

Namespace:   System.Windows.Forms.Design.Behavior
Assembly:  System.Design (in System.Design.dll)

public:
property ICollection^ DragComponents {
	ICollection^ get();
}

Property Value

Type: System.Collections::ICollection^

The ICollection of IComponent objects currently being dragged.

.NET Framework
Available since 2.0
Return to top
Show: