_CommandBars.AdaptiveMenus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.