Method IsOnHyperText
- Namespace
- Alternet.Editor.CodeCompletion
- Assembly
- Alternet.Editor.v10.dll
IsOnHyperText(int, int)
Indicates whether the text fragment at given coordinates contains hypertext.
public virtual bool IsOnHyperText(int x, int y)
Parameters
Returns
- bool
True if the cursor is over a hypertext; otherwise, false.
IsOnHyperText(double, double)
public virtual bool IsOnHyperText(double x, double y)