This property is not applicable and is always false.
object.ParentColor
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISButton interface |
bool
Dim aButton
Dim aControlInfo
Set aButton = Form.Controls_("btnDemo")
aControlInfo =_
"Caption: " & aButton.Caption & vbNewLine &_
"TypeName: " & aButton.TypeName & vbNewLine &_
"Parent Color: " & aButton.ParentColor
Profile.MsgBox(aControlInfo)