This property is True if the specified bevel inherits the color from its parent control. But there is no visual effect for this type of control.
object.ParentColor
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISBevel interface |
bool
Display ParentColor for the specified bevel.
Dim aBevel
Dim aBevelInfo
Set aBevel = Form.Controls_("Bevel2")
aBevelInfo =_
"Caption: " & aBevel.Caption & vbNewLine &_
"TypeName: " & aBevel.TypeName & vbNewLine &_
"Parent Color: " & aBevel.ParentColor
Profile.MsgBox(aBevelInfo)
In Profile Client v8 on User Interface Parent Color cannot be found.