BalloonCheckbox Object Members
Represents a check box in the Office Assistant balloon. The BalloonCheckBox object is a member of the BalloonCheckBoxes collection.
Properties
| Name | Description | |
|---|---|---|
| Application | Gets an Application object that represents the container application for the BallonCheckbox object (you can use this property with an Automation object to return that object's container application). Read-only. |
| Checked | Is True if the specified check box in the Office Assistant balloon is checked. Read/write. |
| Creator | Gets a 32-bit integer that indicates the application in which the BalloonCheckbox object was created. Read-only. |
| Item | Gets the text associated with an BalloonCheckbox object. Read-only. |
| Name | Gets the name of a single Office Assistant balloon check box. Read-only. |
| Parent | Gets the Parent object for the BalloonCheckbox object. Read-only. |
| Text | Gets or sets the text displayed next to a check box in the Office Assistant balloon. Read/write. |