CommandBarsClass::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)
public: [DispIdAttribute(1610809356)] property MsoMenuAnimation MenuAnimationStyle { [DispIdAttribute(1610809356)] virtual MsoMenuAnimation get(); [DispIdAttribute(1610809356)] virtual void set(MsoMenuAnimation value); }
Property Value
Type: Microsoft.VisualStudio.CommandBars::MsoMenuAnimationAlways returns msoMenuAnimationNone.
Implements
_CommandBars::MenuAnimationStyleNotes to Inheritors:
This property should always return msoMenuAnimationNone. Attempting to set this property with any other value should cause an exception to be thrown.
Show: