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)

Syntax

'Declaration
Public Enumeration MsoAlertDefaultType
'Usage
Dim instance As MsoAlertDefaultType
public enum MsoAlertDefaultType

Members

Member name Description
msoAlertDefaultFirst Default to first button.
msoAlertDefaultSecond Default to second button.
msoAlertDefaultThird Default to third button.
msoAlertDefaultFourth Default to fourth button.
msoAlertDefaultFifth Default to fifth button.

See Also

Reference

Microsoft.Office.Core Namespace