Description
Add an entry for the string multiline value.
Syntax
object.AddStringMultiline(strLabel, strValue) |
object
Required. Object name, returned by set Dim idlg As InputDlg = New InputDlg.
strLabel
Label as it appears in the dialog. If there's a leading #, the string editor is multiline, otherwise, single line.
strValue
Initial value
See also