CommandBarsClass::AdaptiveMenus Property

 

Determines whether the set of controls is determined by usage.

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

public:
[DispIdAttribute(1610809363)]
property bool AdaptiveMenus {
	[DispIdAttribute(1610809363)]
	virtual bool get();
	[DispIdAttribute(1610809363)]
	virtual void set(bool value);
}

Property Value

Type: System::Boolean

Always returns false.

This property always returns false, and attempting to set this property to another value causes an exception to be thrown.

Return to top
Show: