_CommandBars.MenuAnimationStyle Property

Definition

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

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

Property Value

Always returns msoMenuAnimationNone.

Attributes

Remarks

Attempting to set this property with any other value will cause an exception to be thrown.

Applies to