Displays the help file of the current project.

[VBScript]
Public Sub Display( _
   ByVal document As Word.Document _
)
[JScript]
public function Display(
   document : Word.Document
);

Parameters

document
The Word document that contains the project to display.

Remarks

Call the method to display the help file for the current help project.

This method raises the Application.ProjectDisplay event.

See Also

Project Object | Project Members | HelpProducer Namespace