RC-WinTrans Object Model Help |
LinkLabelDialog.Show
|
Makes the dialog visible. Returns "True" if the dialog has been closed with the OK button, otherwise "False."
Syntax: |
Show() As Boolean |
| Return: | Boolean |
| 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: