BehaviorDragDropEventArgs.DragComponents 属性

定义

获取当前正在拖动的对象的列表 IComponent

public:
 property System::Collections::ICollection ^ DragComponents { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection DragComponents { get; }
member this.DragComponents : System.Collections.ICollection
Public ReadOnly Property DragComponents As ICollection

属性值

ICollection IComponent当前正在拖动的对象。

适用于