MsoMenuAnimation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies animation style for Microsoft Office command bars.
public enum class MsoMenuAnimation
public enum MsoMenuAnimation
type MsoMenuAnimation =
Public Enum MsoMenuAnimation
- Inheritance
-
MsoMenuAnimation
Fields
Name | Value | Description |
---|---|---|
msoMenuAnimationNone | 0 | No animation. |
msoMenuAnimationRandom | 1 | Random animation. |
msoMenuAnimationUnfold | 2 | Menus unfold into view. |
msoMenuAnimationSlide | 3 | Menus slide into view. |