Removes all hypertext links from a Text Control document.

Introduced: 13.0.

Clear(Bool)

public void Clear(bool keepText);
Public Sub Clear(ByVal keepText As Boolean)

Parameters

Parameter Description
keepText If this parameter is set to true, all hypertext links are removed without deleting their texts. Otherwise, the texts are also deleted.