Toc.IconFile Property |
Gets or sets the file used for the icons in the table of contents tree-view.
[VBScript] Public Property IconFile As String
[JScript] public function get IconFile() : String; public function set IconFile(String);
The path to a file containing the bitmaps for the tree-view icons.
The feature of providing customized icons for the TOC tree-view is somewhat problematic, as it is not correctly implemented by the Microsoft help viewer. This property is implemented by Help Producer for completeness only. We discourage the use of custom icons.