次の方法で共有


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

'宣言
Public Overridable Property MenuAnimationStyle As MsoMenuAnimation
public virtual MsoMenuAnimation MenuAnimationStyle { get; set; }

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