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입니다.

적용 대상