次の方法で共有


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

定義

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

パラメーター

virtualPoint
PointF
reportItemDragParameters
ReportItemDragParams

戻り値

適用対象