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

Property Value

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.

Remarks

This property applies to HTML Help 1.0 only.

See Also

Toc Object | Toc Members | HelpProducer Namespace