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);

Property Value

The path to a file containing the bitmaps for the tree-view icons.

Remarks

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.

See Also

Toc Object | Toc Members | HelpProducer Namespace