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)

public:
[DispIdAttribute(1610809356)]
property MsoMenuAnimation MenuAnimationStyle {
	[DispIdAttribute(1610809356)]
	virtual MsoMenuAnimation get();
	[DispIdAttribute(1610809356)]
	virtual void set(MsoMenuAnimation value);
}

Property Value

Type: Microsoft.VisualStudio.CommandBars::MsoMenuAnimation

Always returns msoMenuAnimationNone.

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.

Return to top
Show: