The property indicates that the form should use its parent color if the parent form exists.
object.ParentColor
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISProfileForm interface |
bool
Display ParentColor for the form.
Dim aForm
Dim aFormInfo
Set aForm = Profile.Form
aFormInfo =_
"Short Name: " & aForm.ShortName & vbNewLine &_
"TypeName: " & aForm.TypeName & vbNewLine &_
"Parent Color: " & aForm.ParentColor
Profile.MsgBox(aFormInfo) In Profile Client v8 on User Interface Parent Color cannot be found.