Toc.BinaryToc Property |
Gets or sets a value indicating whether the compiler will generate a binary table of contents.
[VBScript] Public Property BinaryToc As Boolean
[JScript] public function get BinaryToc() : Boolean; public function set BinaryToc(Boolean);
true, if the compiler should produce a binary table of contents; otherwise false.
This property applies to HTML Help 1.0 only.
A binary TOC is required in order to enable the sync feature accessed by the Locate button of the help viewer. Note that a binary TOC will disable certain other features of the TOC, such as colors, fonts, etc.