_CommandBars::MenuAnimationStyle Property
Visual Studio 2015
Gets or sets the kind of animation style that is used when menus are displayed. Always returns msoMenuAnimationNone.
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
[DispIdAttribute(1610809356)] property MsoMenuAnimation MenuAnimationStyle { [DispIdAttribute(1610809356)] MsoMenuAnimation get(); [DispIdAttribute(1610809356)] void set(MsoMenuAnimation value); }
Property Value
Type: Microsoft.VisualStudio.CommandBars::MsoMenuAnimationAlways returns msoMenuAnimationNone.
Attempting to set this property with any other value will cause an exception to be thrown.
Show: