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

적용 대상