Project.Display Method |
Displays the help file of the current project.
[VBScript] Public Sub Display( _ ByVal document As Word.Document _ )
[JScript] public function Display( document : Word.Document );
Call the method to display the help file for the current help project.
This method raises the Application.ProjectDisplay event.