IEditHyperText Interface
Definition
Represents extended properties and methods to operate hypertext section within the text. IHyperText
Syntax
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 |
IsUrlAtPoint(Int32, Int32) | When implemented by a class, indicates whether text at specified position is hypertext. |
IsUrlAtPoint(Int32, Int32, out String) | When implemented by a class, indicates whether text at specified position is hypertext. |
IsUrlAtTextPoint(Int32, Int32, out String) | When implemented by a class, indicates whether text at specified position is hypertext. |
ResetShowHints() | When implemented by a class, resets the |
ResetUrlColor() | When implemented by a class, resets the |
ResetUrlStyle() | When implemented by a class, resets the |
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. |