GridHyperlinkColumn.IsPointOverTextInCell 方法

定义

public:
 override bool IsPointOverTextInCell(System::Drawing::Point pt, System::Drawing::Rectangle cellRect, Microsoft::ReportingServices::QueryDesigners::IGridStorage ^ storage, long row, System::Drawing::Graphics ^ g, System::Drawing::Font ^ f);
public override bool IsPointOverTextInCell (System.Drawing.Point pt, System.Drawing.Rectangle cellRect, Microsoft.ReportingServices.QueryDesigners.IGridStorage storage, long row, System.Drawing.Graphics g, System.Drawing.Font f);
override this.IsPointOverTextInCell : System.Drawing.Point * System.Drawing.Rectangle * Microsoft.ReportingServices.QueryDesigners.IGridStorage * int64 * System.Drawing.Graphics * System.Drawing.Font -> bool
Public Overrides Function IsPointOverTextInCell (pt As Point, cellRect As Rectangle, storage As IGridStorage, row As Long, g As Graphics, f As Font) As Boolean

参数

pt
Point
cellRect
Rectangle
storage
IGridStorage
row
Int64
f
Font

返回

适用于