Assistant Members
Include Protected Members
Include Inherited Members
Represents the Microsoft Office Assistant.
The Assistant type exposes the following members.
Properties
Name | Description | |
---|---|---|
Animation | Returns or sets an animation action for the Office Assistant. | |
Application | (Inherited from _IMsoDispObj.) | |
Application | Returns an Application object that represents the container application for the object. | |
AssistWithAlerts | True if the Office Assistant balloon delivers application alerts when the Office Assistant is visible. | |
AssistWithHelp | True if the Office Assistant appears when the user presses the F1 key to display Help. | |
AssistWithWizards | True if the Office Assistant provides online Help with wizards. | |
BalloonError | Returns a value that indicates the last recorded balloon error. | |
Creator | (Inherited from _IMsoDispObj.) | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. | |
FeatureTips | True if the Office Assistant provides information about using application features more effectively. | |
FileName | Returns or sets the path and file name for the active Office Assistant. | |
GuessHelp | True if the Office Assistant balloon presents a list of Help topics based on keywords the user selects before clicking the Assistant window or pressing F1. | |
HighPriorityTips | True if the Office Assistant displays high-priority tips. | |
Item | Returns the text associated with an object. | |
KeyboardShortcutTips | True if the Office Assistant displays Help about keyboard shortcuts. | |
Left | Sets or returns the horizontal position of the Office Assistant window (in points), or the distance (in pixels) of the command bar, from the left edge of the specified object relative to the screen. | |
MouseTips | True if the Office Assistant provides suggestions for using the mouse effectively. | |
MoveWhenInTheWay | True if the Office Assistant window automatically moves when it's in the way of the user's work area. | |
Name | Returns or sets the name of the specified object. | |
NewBalloon | Creates an Office Assistant balloon. | |
On | True if the Office Assistant is enabled. | |
Parent | Returns the Parent object for the specified object. | |
Reduced | True if the Office Assistant window appears in its smaller size. | |
SearchWhenProgramming | True if the Office Assistant displays application and programming Help. | |
Sounds | True if the Office Assistant produces the sounds that correspond to animations. | |
TipOfDay | True if the Office Assistant displays a special tip each time the Office application is opened. | |
Top | Sets or returns the distance (in points) from the top of the Office Assistant, or from the top edge of the specified command bar, to the top edge of the screen. | |
Visible | True if the specified object is visible. |
Top
Methods
Name | Description | |
---|---|---|
ActivateWizard | Resumes or suspends Office Assistant Help during a custom wizard. | |
DoAlert | Displays an alert and returns an Integer that indicates which button the user pressed. | |
EndWizard | Releases the variable returned by the StartWizard method. | |
Help | Displays the Office Assistant and the built-in "What would you like to do?" Assistant balloon for standard Office online Help. | |
Move | Moves the Office Assistant to the specified location. | |
ResetTips | Resets the application tips that appear in the Office Assistant balloon. | |
StartWizard | Starts the Office Assistant and returns an Integer value that identifies the session. |
Top