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

当前正被拖动的 ICollection 对象的 IComponent

适用于