Share via


MsoIconType Enumeration 

Specifies an icon type to show in a Balloon object.

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

Usage

Dim msoIconType1 As MsoIconType = MsoIconType.msoIconAlert

Syntax

Public Enum MsoIconType
public enum MsoIconType
public enum class MsoIconType
public enum MsoIconType
public enum MsoIconType

Members

Member name Description
msoIconAlert Alert icon.
msoIconAlertCritical Critical alert icon.
msoIconAlertInfo Information alert icon.
msoIconAlertQuery Query alert icon.
msoIconAlertWarning Warning alert icon.
msoIconNone No icon.
msoIconTip Tip icon.

Remarks

Used with the Icon property of the Balloon object.

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