CommandBarsClass.MenuAnimationStyle Property

Definition

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

public:
 virtual property Microsoft::VisualStudio::CommandBars::MsoMenuAnimation MenuAnimationStyle { Microsoft::VisualStudio::CommandBars::MsoMenuAnimation get(); void set(Microsoft::VisualStudio::CommandBars::MsoMenuAnimation value); };
public:
 virtual property Microsoft::VisualStudio::CommandBars::MsoMenuAnimation MenuAnimationStyle { Microsoft::VisualStudio::CommandBars::MsoMenuAnimation get(); void set(Microsoft::VisualStudio::CommandBars::MsoMenuAnimation value); };
[System.Runtime.InteropServices.DispId(1610809356)]
public virtual Microsoft.VisualStudio.CommandBars.MsoMenuAnimation MenuAnimationStyle { [System.Runtime.InteropServices.DispId(1610809356)] get; [System.Runtime.InteropServices.DispId(1610809356)] set; }
[<System.Runtime.InteropServices.DispId(1610809356)>]
[<get: System.Runtime.InteropServices.DispId(1610809356)>]
[<set: System.Runtime.InteropServices.DispId(1610809356)>]
member this.MenuAnimationStyle : Microsoft.VisualStudio.CommandBars.MsoMenuAnimation with get, set
Public Overridable Property MenuAnimationStyle As MsoMenuAnimation

Property Value

Always returns msoMenuAnimationNone.

Implements

Attributes

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.

Applies to