BalloonCheckbox Object
Represents a check box in the Office Assistant balloon. The BalloonCheckBox object is a member of the BalloonCheckBoxes collection.
Note
|
|---|
| The Microsoft Office Assistant and AnswerWizard have been depreciated in the release of the Microsoft Office system. |
Remarks
Use CheckBoxes(index), whereis a number from one through five, to return a single BalloonCheckBoxobject. There can be up to five check boxes in one balloon; each check box appears when a value is assigned to its Textproperty. Balloon check boxes display the user's choices until the user dismisses the balloon. You can use balloon labels to return a number corresponding to the user's choice in the Selectmethod as soon as the user clicks the button beside the label. To pass values to the Selectmethod based on the user's choice, you must have the balloon type set to msoBalloonTypeButtons.
Example
The following example creates a balloon with a heading, text, and three region choices. The user selects one or more check boxes and clicks OK. The example calls the specified procedure or procedures.
| Visual Basic for Applications |
|---|
|
See also:
| index |
Note