Toc.ForegroundColor Property |
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);
A RGB octet representation of the foreground color, in the format 0x00RRGGBB.
This property applies to HTML Help 1.0 only.