This property is True if the specified radio button inherits the color from its parent control.
object.ParentColor
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISRadioButton interface |
bool
Display ParentColor for the specified radio button.
Dim aControl
Dim aControlInfo
Set aControl = Form.Controls_("rbCaseOne")
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
.