MsoModeType Enumeration
Specifies the mode type for a Balloon object. Used with the Mode property of the Balloon object.
| Name | Value | Description |
|---|---|---|
| msoModeAutoDown | 1 | Auto-down. Balloon is dismissed when user clicks anywhere on the screen. |
| msoModeModal | 0 | Modal. User must dismiss balloon before continuing work. |
| msoModeModeless | 2 | Modeless. User can work in application while balloon is displayed. |