GridHyperlinkColumn.IsPointOverTextInCell Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parameters
- pt
- Point
- cellRect
- Rectangle
- storage
- IGridStorage
- row
- Int64
- g
- Graphics
- f
- Font