Toc.ParentNodeIcon Property |
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);
A string representing the default icon type. Can be Book
(default) or Folder
.