_CommandBars::AdaptiveMenus Property

 

Determines whether the set of controls is determined by usage. Always returns false.

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

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

Property Value

Type: System::Boolean

false.

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

Return to top
Show: