Compartir a través de


CommandBarsClass.AdaptiveMenus Property

Definition

Determines whether the set of controls is determined by usage.

public:
 virtual property bool AdaptiveMenus { bool get(); void set(bool value); };
public:
 virtual property bool AdaptiveMenus { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1610809363)]
public virtual bool AdaptiveMenus { [System.Runtime.InteropServices.DispId(1610809363)] get; [System.Runtime.InteropServices.DispId(1610809363)] set; }
[<System.Runtime.InteropServices.DispId(1610809363)>]
[<get: System.Runtime.InteropServices.DispId(1610809363)>]
[<set: System.Runtime.InteropServices.DispId(1610809363)>]
member this.AdaptiveMenus : bool with get, set
Public Overridable Property AdaptiveMenus As Boolean

Property Value

Always returns false.

Implements

Attributes

Remarks

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

Applies to