Application.Assistance Property

PowerPoint Developer Reference

Gets a reference to the Microsoft Office IAssistance object, which provides a means for developers to create a customized help experience for users within Microsoft Office. Read-only.

Syntax

expression.Assistance

expression   An expression that returns an Application 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 PowerPoint Help window.

See Also