Balloon Members
Include Protected Members
Include Inherited Members
Represents the balloon where the Office Assistant displays information.
The Balloon 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. |
![]() |
BalloonType | Returns or sets the type of balloon the Office Assistant uses. |
![]() |
Button | Returns or sets the type of button displayed at the bottom of the Office Assistant balloon. |
![]() |
Callback | Returns or sets the name of the procedure to run from a modeless balloon. |
![]() |
Checkboxes | Returns the BalloonCheckboxes collection that represents all the check boxes contained in the specified balloon. |
![]() |
Creator | (Inherited from _IMsoDispObj.) |
![]() |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. |
![]() |
Heading | Returns or sets the heading that appears in the Office Assistant balloon. |
![]() |
Icon | Returns or sets the type of icon that appears in the upper-left portion of the Office Assistant balloon. |
![]() |
Labels | Returns a BalloonLabels collection that represents the button labels, number labels, and bullet labels contained in the specified Office Assistant balloon. |
![]() |
Mode | Returns or sets the modal behavior of the Office Assistant balloon. |
![]() |
Name | Returns or sets the name of the specified object. |
![]() |
Parent | Returns the parent object for the specified object. |
![]() |
Private | Returns or sets an integer that identifies the Office Assistant balloon that initiated the callback procedure. |
![]() |
Text | Returns or sets the text displayed after the heading but before the labels or check boxes in the Office Assistant balloon. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Close | Closes the active modeless balloon. |
![]() |
SetAvoidRectangle | Prevents the Office Assistant balloon from being displayed in a specified area of the screen. |
![]() |
Show | Displays the specified balloon object and returns a MsoBalloonButtonType constant. |
Top