GridHyperlinkColumn.IsPointOverTextInCell 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
參數
- pt
- Point
- cellRect
- Rectangle
- storage
- IGridStorage
- row
- Int64
- g
- Graphics
- f
- Font