This property is True if the specified edit control inherits the color from its parent control.
object.ParentColor
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISEdit interface |
bool
Display ParentColor for the specified edit control.
Dim aEdit
Dim aEditInfo
Set aEdit = Form.Controls_("edtInform")
aEditInfo =_
"Short Name: " & aEdit.ShortName & vbNewLine &_
"TypeName: " & aEdit.TypeName & vbNewLine &_
"Parent Color: " & aEdit.ParentColor
Profile.MsgBox(aEditInfo)
In Profile Client v8 on User Interface Parent Color can be found in
.