This property is True if the form is visible at runtime.
object.Visible_
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISProfileForm interface |
bool
Display Visible_ for the form.
Dim aForm
Dim aFormInfo
Set aForm = Profile.Form
aFormInfo =_
"Short Name: " & aForm.ShortName & vbNewLine &_
"TypeName: " & aForm.TypeName & vbNewLine &_
"Visible: " & aForm.Visible_
Profile.MsgBox(aFormInfo)
In Profile Client v8 on User Interface Visible_ cannot be found.