Share via


MsoButtonSetType Enumeration 

Specifies the type of button to be displayed at the bottom of an Office Assistant balloon.

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

Usage

Dim msoButtonSetType1 As MsoButtonSetType = MsoButtonSetType.msoButtonSetAbortRetryIgnore

Syntax

Public Enum MsoButtonSetType
public enum MsoButtonSetType
public enum class MsoButtonSetType
public enum MsoButtonSetType
public enum MsoButtonSetType

Members

Member name Description
msoButtonSetAbortRetryIgnore Abort, Retry, and Ignore buttons.
msoButtonSetBackClose Back and Close buttons.
msoButtonSetBackNextClose Back, Next, and Close buttons.
msoButtonSetBackNextSnooze Back, Next, and Snooze buttons.
msoButtonSetCancel Cancel button.
msoButtonSetNextClose Next and Close buttons.
msoButtonSetNone No buttons.
msoButtonSetOK OK button.
msoButtonSetOkCancel OK and Cancel buttons.
msoButtonSetRetryCancel Retry and Cancel buttons.
msoButtonSetSearchClose Search and Close buttons.
msoButtonSetTipsOptionsClose Tips, Options, and Close buttons.
msoButtonSetYesAllNoCancel Yes to All, No, and Cancel buttons.
msoButtonSetYesNo Yes and No buttons.
msoButtonSetYesNoCancel Yes, No, and Cancel buttons.

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