ISProfileForm.ParentColor

Description

The property indicates that the form should use its parent color if the parent form exists.

Syntax

object.ParentColor

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

Return Value

bool

Example

Display ParentColor for the form.

Dim aForm
Dim aFormInfo

Set aForm = Profile.Form

aFormInfo =_
  "Short Name: " & aForm.ShortName & vbNewLine &_
  "TypeName: " & aForm.TypeName & vbNewLine &_   
  "Parent Color: " & aForm.ParentColor 
    
Profile.MsgBox(aFormInfo)  
Note: This macro should be executed in any event handler of the form control.

In Profile Client v8 on User Interface Parent Color cannot be found.

Version information

Added in v7.8.0