Interface IHyperText
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
Represents methods to operate with hypertext sections within the text.
public interface IHyperText
Properties
- HighlightHyperText
When implemented by a class, gets or sets a value indicating whether hypertext urls in the text should be highlighted.
- UrlTable
When implemented by a class, represents hash table containing hyper-text characters.
Methods
- IsHyperText(string)
When implemented by a class, indicates whether given text represents hypertext.
- ResetHighlightHyperText()
When implemented by a class, resets
HighlightUrls
to the default value.
Events
- HyperText
When implemented by a class, occurs when a control needs checking whether some string represents hypertext.