ISButton.ParentColor

Description

This property is not applicable and is always false.

Syntax

object.ParentColor

Part Attribute Type Description
object Required
The object always implements the ISButton interface

Return Value

bool

Example

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)  
Note:

Version information

Added in v7.8.0