MsoBalloonButtonType Enumeration
Indicates which button the user clicked in a balloon.
Remarks
The Microsoft Office Assistant has been deprecated in the release of the Microsoft Office system.The Microsoft Office Assistant has been deprecated in the release of the Microsoft Office system.
| Name | Value | Description |
|---|---|---|
| msoBalloonButtonAbort | -8 | Abort button.
|
| msoBalloonButtonBack | -5 | Back button.
|
| msoBalloonButtonCancel | -2 | Cancel button.
|
| msoBalloonButtonClose | -12 | Close button.
|
| msoBalloonButtonIgnore | -9 | Ignore button.
|
| msoBalloonButtonNext | -6 | Next button.
|
| msoBalloonButtonNo | -4 | No button.
|
| msoBalloonButtonNull | 0 | Null button.
|
| msoBalloonButtonOK | -1 | OK button.
|
| msoBalloonButtonOptions | -14 | Options button.
|
| msoBalloonButtonRetry | -7 | Retry button.
|
| msoBalloonButtonSearch | -10 | Search button.
|
| msoBalloonButtonSnooze | -11 | Snooze button.
|
| msoBalloonButtonTips | -13 | Tips button.
|
| msoBalloonButtonYes | -3 | Yes button.
|
| msoBalloonButtonYesToAll | -15 | Yes to all button. |