IReportItemDataObject.CanDrop(IDesignerHost, IComponent, Point) Méthode
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.
public:
bool CanDrop(System::ComponentModel::Design::IDesignerHost ^ host, System::ComponentModel::IComponent ^ parentControl, System::Drawing::Point dropPoint);
public bool CanDrop (System.ComponentModel.Design.IDesignerHost host, System.ComponentModel.IComponent parentControl, System.Drawing.Point dropPoint);
abstract member CanDrop : System.ComponentModel.Design.IDesignerHost * System.ComponentModel.IComponent * System.Drawing.Point -> bool
Public Function CanDrop (host As IDesignerHost, parentControl As IComponent, dropPoint As Point) As Boolean
Paramètres
- host
- IDesignerHost
- parentControl
- IComponent
- dropPoint
- Point