BehaviorDragDropEventArgs.DragComponents Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la liste d'objets IComponent qui font actuellement l'objet d'une opération de glissement.
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
Valeur de propriété
Le ICollection des objets IComponent fait actuellement l'objet d'un glissé.