Balloon.Button Property
Gets or sets a MsoButtonSetType constant that represents the type of button displayed at the bottom of the Office Assistant balloon. Read/Write.
Note
|
|---|
| The Microsoft Office Assistant and AnswerWizard have been depreciated in the release of the Microsoft Office system. |
Syntax
expression.Button
expression A variable that represents a Balloon object.
Remarks
When you create a Balloon object, this property is initially set to msoButtonSetOK.
Example
This example displays a balloon that contains a heading, text, three region choices, and two command buttons (OK and Cancel).
| Visual Basic for Applications |
|---|
|
Note