次の方法で共有


ImageReportItem.OnDragOver(PointF, ReportItemDragParams) メソッド

定義

public:
 override Microsoft::ReportDesigner::IReportItem ^ OnDragOver(System::Drawing::PointF virtualPoint, Microsoft::ReportDesigner::ReportItemDragParams ^ reportItemDragParameters);
public override Microsoft.ReportDesigner.IReportItem OnDragOver (System.Drawing.PointF virtualPoint, Microsoft.ReportDesigner.ReportItemDragParams reportItemDragParameters);
override this.OnDragOver : System.Drawing.PointF * Microsoft.ReportDesigner.ReportItemDragParams -> Microsoft.ReportDesigner.IReportItem
Public Overrides Function OnDragOver (virtualPoint As PointF, reportItemDragParameters As ReportItemDragParams) As IReportItem

パラメーター

virtualPoint
PointF
reportItemDragParameters
ReportItemDragParams

戻り値

適用対象