Toc.WindowStyles Property |
Gets or sets the window styles of the table of contents.
[VBScript] Public Property WindowStyles As Integer
[JScript] public function get WindowStyles() : int; public function set WindowStyles(int);
A binary representation of the window style of the table of contents. This is an advanced feature. Refer to the Microsoft HTML Help Workshop documentation and the Microsoft Platform SDK for details.
This property applies to HTML Help 1.0 only.