次の方法で共有


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)

Syntax

'宣言
Public Overridable Property AdaptiveMenus As Boolean
public virtual bool AdaptiveMenus { get; set; }

Property Value

Type: System.Boolean
Always returns false.

Implements

_CommandBars.AdaptiveMenus

Remarks

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

.NET Framework Security

See Also

Reference

CommandBarsClass Class

Microsoft.VisualStudio.CommandBars Namespace