HTInactiveColor Property
  


Gets or sets the HTInactiveColor for Tab control

SYNTAX
Pseudo-OOP:

Set:
<ParentWindowName>.<ControlName>.HTInactiveColor := aHTInactiveColor

Get:
<ParentWindowName>.<ControlName>.HTInactiveColor --> aHTInactiveColor

Function syntax:

Set:
SetProperty ( <ParentWindowName>,<ControlName>,HTInactiveColor , aHTInactiveColor)

Get:
GetProperty ( <ParentWindowName>, <ControlName>, HTInactiveColor ) --> aHTInactiveColor