Imports Infragistics.Win.FormattedLinkLabel Private Sub Form1_Load(ByVal sender As System.Object,_ ByVal e As System.EventArgs) Handles MyBase.Load Me.UltraFormattedTextEditor1.EditInfo.PerformAction( FormattedLinkEditorAction.SelectAll) Me.UltraFormattedTextEditor1.EditInfo.PerformAction( FormattedLinkEditorAction.Delete) End Sub