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

適用対象