MsoAlertIconType Enumeration

Specifies which icon, if any, to display with an alert.

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

Syntax

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

Members

Member name Description
msoAlertIconNoIcon Displays no icon with the alert message.
msoAlertIconCritical Displays the Critical icon.
msoAlertIconQuery Displays the Query icon.
msoAlertIconWarning Displays the Warning icon.
msoAlertIconInfo Displays the Info icon.

See Also

Reference

Microsoft.Office.Core Namespace