Toc.FrameName Property |
Gets or sets the frame name attribute of the table of contents.
[VBScript] Public Property FrameName As String
[JScript] public function get FrameName() : String; public function set FrameName(String);
A string representing the name attribute of the table of contents. This attribute is used to display the topic page in the correct frame when embedded into a plain HTML help project.
This property applies to HTML Help 1.0 only.