Imports Infragistics.Win.FormattedLinkLabel Private Sub Accomplish_Simple_Tasks_with_the_PerformAction_Method_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