Gets or sets the default icon type in the table of contents tree-view.

[VBScript]
Public Property ParentNodeIcon As String
[JScript]
public function get ParentNodeIcon() : String;
public function set ParentNodeIcon(String);

Property Value

A string representing the default icon type. Can be Book (default) or Folder.

See Also

Toc Object | Toc Members | HelpProducer Namespace