CommandBarsClass::AdaptiveMenus Property
Visual Studio 2015
Determines whether the set of controls is determined by usage.
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); }
Implements
_CommandBars::AdaptiveMenusThis property always returns false, and attempting to set this property to another value causes an exception to be thrown.
Show: