Udostępnij za pośrednictwem


_CommandBars.AdaptiveMenus Property

Definition

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

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

Property Value

false.

Attributes

Remarks

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

Applies to