MsoModeType Enumeration

Specifies the mode type for a Balloon object.

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

Syntax

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

Members

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

Remarks

Used with the Mode property of the Balloon object.

See Also

Reference

Microsoft.Office.Core Namespace