Sets the link label text of the dialog.

Syntax:

SetText(Text As String)
Parameters: Text Text to be displayed in the dialog.


Example:
Dim Dlg As LinkLabelDialog

Set Dlg = Application.Tools.RestypeEditors.LinkLabelDialog

Call Dlg.SetText("Visit our homepage: www.schaudin.com.")
Dlg.Start = 20
Dlg.Length = 16

If (Dlg.Show) Then
    MsgBox "Changed LinkArea"
End If

See also:

Class LinkLabelDialog


Last Updated: 04/27/05