GridHyperlinkColumn.IsPointOverTextInCell(Point, Rectangle, IGridStorage, Int64, Graphics, Font) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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);
Public Overrides Function IsPointOverTextInCell (pt As Point, cellRect As Rectangle, storage As IGridStorage, row As Long, g As Graphics, f As Font) As Boolean
Parametri
- pt
- Point
- cellRect
- Rectangle
- storage
- IGridStorage
- row
- Int64
- g
- Graphics
- f
- Font