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

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

Property Value

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

Remarks

This property applies to HTML Help 1.0 only.

See Also

Toc Object | Toc Members | HelpProducer Namespace