IReportItemDataObject.CanDrop(IDesignerHost, IComponent, Point) 方法

定义

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);
Public Function CanDrop (host As IDesignerHost, parentControl As IComponent, dropPoint As Point) As Boolean

参数

parentControl
IComponent
dropPoint
Point

返回

Boolean

适用于