RC-WinTrans Object Model Help |
LinkLabelDialog.Length
|
Type Info: |
Length As Long |
| 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
|