TdxSpreadSheetTableViewHitTest.HitAtHyperlink Property
Returns a value indicating whether the inspected point corresponds to one of the hyperlink hot areas.
Declaration
property HitAtHyperlink: Boolean index hcHyperlink read;
Property Value
Type |
---|
Boolean |
Remarks
This property returns True if the inspected point corresponds to the hot area of a hyperlink bound to a cell or cell range; otherwise – False. If the mouse pointer is positioned over a floating container used as a hyperlink’s hot area, the HitAtContainer property returns True instead of HitAtHyperlink.
See Also