Represents the balloon where the Office Assistant displays information. A balloon can contain controls such as check boxes and labels.

Methods

Name Description
Close Closes the active modeless balloon. You should use this method only in callback procedures.
Prevents the Office Assistant balloon from being displayed in a specified area of the screen.
Displays the specified balloon object. Returns an MsoBalloonButtonType constant that indicates which button or label the user clicked in the balloon.

Properties

Name Description
Gets or sets an animation action for the Office Assistant. Read/write.
Gets an Application object that represents the container application for the Balloon object (you can use this property with an Automation object to return that object's container application). Read-only.
Gets or sets the type of balloon the Office Assistant uses. Read/write.
Gets or sets a MsoButtonSetType constant that represents the type of button displayed at the bottom of the Office Assistant balloon. Read/Write.
Callback Sets or gets the name of the procedure to run from a modeless balloon. Read/write.
Checkboxes >Gets the BalloonCheckboxes collection that represents all the check boxes contained in the specified balloon. Read-only.
Gets a 32-bit integer that indicates the application in which the Balloon object was created. Read-only.
Gets or sets the heading that appears in the Office Assistant balloon. Read/write.
Gets or sets a MsoIconType constant that represents the type of icon that appears in the upper-left portion of the Office Assistant balloon. Read/write.
Gets a BalloonLabels collection that represents the button labels, number labels, and bullet labels contained in the specified Office Assistant balloon. Read-only.
Gets or sets a MsoModeType that represents the modal behavior of the Office Assistant balloon. Read/write.
Gets the display name of the Office Assistant balloon. Read-only.
Gets the Parent object for the Balloon object. Read-only.
Gets or sets an integer that identifies the Office Assistant balloon that initiated the callback procedure. Read/write.
Gets or sets the text displayed after the heading but before the labels or check boxes in the Office Assistant balloon. Read/write.