CommandBarsClass.AdaptiveMenus Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Overridable Property AdaptiveMenus As Boolean
Get
Set
'Usage
Dim instance As CommandBarsClass
Dim value As Boolean
value = instance.AdaptiveMenus
instance.AdaptiveMenus = value
public virtual bool AdaptiveMenus { get; set; }
Property Value
Type: System.Boolean