Gets or sets the background color of the table of contents pane.

[VBScript]
Public Property BackgroundColor As Integer
[JScript]
public function get BackgroundColor() : int;
public function set BackgroundColor(int);

Property Value

A RGB octet representation of the background color, in the format 0x00RRGGBB.

Remarks

This property applies to HTML Help 1.0 only.

See Also

Toc Object | Toc Members | HelpProducer Namespace