Share via


MsoBalloonButtonType Enumeration 

Indicates which button the user clicked in a balloon.

Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)

Usage

Dim msoBalloonButtonType1 As MsoBalloonButtonType = MsoBalloonButtonType.msoBalloonButtonAbort

Syntax

Public Enum MsoBalloonButtonType
public enum MsoBalloonButtonType
public enum class MsoBalloonButtonType
public enum MsoBalloonButtonType
public enum MsoBalloonButtonType

Members

Member name Description
msoBalloonButtonAbort Abort button.
msoBalloonButtonBack Back button.
msoBalloonButtonCancel Cancel button.
msoBalloonButtonClose Close button.
msoBalloonButtonIgnore Ignore button.
msoBalloonButtonNext Next button.
msoBalloonButtonNo No button.
msoBalloonButtonNull Null button.
msoBalloonButtonOK OK button.
msoBalloonButtonOptions Options button.
msoBalloonButtonRetry Retry button.
msoBalloonButtonSearch Search button.
msoBalloonButtonSnooze Snooze button.
msoBalloonButtonTips Tips button.
msoBalloonButtonYes Yes button.
msoBalloonButtonYesToAll Yes to all button.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace