Application.Assistance Property
Visio Automation Reference |
Gets a reference to the Microsoft Office (MSO) IAssistance object, which provides a means for developers to create a customized help experience for users within Microsoft Office. Read-only.
Version Information
Version Added: Visio 2007
Syntax
expression.Assistance
expression An expression that returns a Application object.
Return Value
Object
Remarks
The IAssistance object exposes methods that allow developers to display Help topics in the Office Help Viewer or to display Help topics that ship with Microsoft Office in the Visio Help window.
See Also