Viewer.DisplayHelp method (Visio Viewer)
Displays the Help topic that has the specified ID in Microsoft Visio Viewer.
Syntax
expression.DisplayHelp (TopicID)
expression An expression that returns a Viewer object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
TopicID | Required | Long | The ID of the Help topic to display. |
Return value
Nothing
Remarks
The Help topic specified appears in the default browser.
Example
The following code displays the default Help topic.
vsoViewer.DisplayHelp(1)
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.