Assistant Interface

Represents the Microsoft Office Assistant.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
<GuidAttribute("000C0322-0000-0000-C000-000000000046")> _
Public Interface Assistant _
    Inherits _IMsoDispObj
'Usage
Dim instance As Assistant
[GuidAttribute("000C0322-0000-0000-C000-000000000046")]
public interface Assistant : _IMsoDispObj

Remarks

Use the Assistant property to return the Assistant object. There isn't a collection for the Assistant object; only one Assistant object can be active at a time. Use the Visible property to display the Assistant, and use the On property to enable the Assistant.

See Also

Reference

Assistant Members

Microsoft.Office.Core Namespace