Share via


Assistant Interface 

Represents the Microsoft Office Assistant.

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

Usage

Public Class ssistantImplementation
    Implements Assistant
End Class
Dim ssistantImplementation1 As New ssistantImplementation()

Syntax

Public Interface Assistant
    Inherits _IMsoDispObj
public interface Assistant : _IMsoDispObj
public interface class Assistant : public _IMsoDispObj
public interface Assistant implements _IMsoDispObj
public interface Assistant implements _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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace

Other Resources

Assistant Members