Share via


CommandBarsClass.MenuAnimationStyle Property

Gets or sets the kind of animation style that is used when menus are displayed. Always returns msoMenuAnimationNone.

Namespace:  Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

Syntax

'Declaration
Public Overridable Property MenuAnimationStyle As MsoMenuAnimation
public virtual MsoMenuAnimation MenuAnimationStyle { get; set; }
public:
virtual property MsoMenuAnimation MenuAnimationStyle {
    MsoMenuAnimation get ();
    void set (MsoMenuAnimation value);
}
abstract MenuAnimationStyle : MsoMenuAnimation with get, set 
override MenuAnimationStyle : MsoMenuAnimation with get, set
function get MenuAnimationStyle () : MsoMenuAnimation 
function set MenuAnimationStyle (value : MsoMenuAnimation)

Property Value

Type: Microsoft.VisualStudio.CommandBars.MsoMenuAnimation
Always returns msoMenuAnimationNone.

Implements

_CommandBars.MenuAnimationStyle

Remarks

Notes to Inheritors

This property should always return msoMenuAnimationNone. Attempting to set this property with any other value should cause an exception to be thrown.

.NET Framework Security

See Also

Reference

CommandBarsClass Class

Microsoft.VisualStudio.CommandBars Namespace