Removes all hypertext links from a Text Control document.
Introduced: 13.0.
public void Clear(bool keepText);
Public Sub Clear(ByVal keepText As Boolean)
Parameter | Description |
---|---|
keep |
If this parameter is set to true, all hypertext links are removed without deleting their texts. Otherwise, the texts are also deleted. |