CommandBar::AdaptiveMenu Property

 

Determines whether menu commands appear and disappear based on usage. Always returns false.

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

[DispIdAttribute(1610874914)]
property bool AdaptiveMenu {
	[DispIdAttribute(1610874914)]
	bool get();
	[DispIdAttribute(1610874914)]
	void set(bool value);
}

Property Value

Type: System::Boolean

Always returns false.

Return to top
Show: