Share via


MsoModeType Enumeration 

Specifies the mode type for a Balloon object.

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

Usage

Dim msoModeType1 As MsoModeType = MsoModeType.msoModeAutoDown

Syntax

Public Enum MsoModeType
public enum MsoModeType
public enum class MsoModeType
public enum MsoModeType
public enum MsoModeType

Members

Member name Description
msoModeAutoDown Auto-down. Balloon is dismissed when user clicks anywhere on the screen.
msoModeModal Modal. User must dismiss balloon before continuing work.
msoModeModeless Modeless. User can work in application while balloon is displayed.

Remarks

Used with the Mode 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