CommandBarsClass.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.
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.