Share via


MsoAlertDefaultType Enumeration 

Specifies which button is set as the default when calling the DoAlert method of the Assistant object.

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

Usage

Dim msoAlertDefaultType1 As MsoAlertDefaultType = MsoAlertDefaultType.msoAlertDefaultFifth

Syntax

Public Enum MsoAlertDefaultType
public enum MsoAlertDefaultType
public enum class MsoAlertDefaultType
public enum MsoAlertDefaultType
public enum MsoAlertDefaultType

Members

Member name Description
msoAlertDefaultFifth Default to fifth button.
msoAlertDefaultFirst Default to first button.
msoAlertDefaultFourth Default to fourth button.
msoAlertDefaultSecond Default to second button.
msoAlertDefaultThird Default to third 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