Interface IEditHyperText
Represents extended properties and methods to operate hypertext section within the text. IHyperText
public interface IEditHyperText : IHyperText
Properties
- HighlightHyperText
When implemented by a class, gets or sets a value indicating whether hypertext urls in the text should be highlighted.
- ShowHints
When implementing by a class, gets or sets value indicating whether default hint for hypertext section needs displaying when user moves mouse over the hypertext.
- UrlColor
When implemented by a class, gets or sets a value that represents color of highlighted urls.
- UrlStyle
When implemented by a class, gets or sets font style of highlighted urls.
Methods
- Assign(IEditHyperText)
When implemented by a class, copies the contents from another
IEditHyperText
object.
- IsUrlAtPoint(int, int)
When implemented by a class, indicates whether text at specified position is hypertext.
- IsUrlAtPoint(int, int, out string)
When implemented by a class, indicates whether text at specified position is hypertext.
- IsUrlAtTextPoint(int, int, out string)
When implemented by a class, indicates whether text at specified position is hypertext.
- ResetShowHints()
When implemented by a class, resets the
ShowHints
to the default value.
- ResetUrlColor()
When implemented by a class, resets the
UrlColor
to the default value.
- ResetUrlStyle()
When implemented by a class, resets the
UrlStyle
to the default value.
- UrlJump(string)
When implemented by a class, tries to launch default browser to process specified url.
Events
- JumpToUrl
When implemented by a class, occurs when user attempts to jump to url.