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