_CommandBars.AdaptiveMenus Property

Definition

Checks or unchecks the check box control for the option to show menus in Microsoft Office as full or personalized.

public:
 property bool AdaptiveMenus { bool get(); void set(bool value); };
public bool AdaptiveMenus { get; set; }
member this.AdaptiveMenus : bool with get, set
Public Property AdaptiveMenus As Boolean

Property Value

Remarks

This property returns True if adaptive menus are enabled for all applications in Microsoft Office; False otherwise.

To set this control in any application, do the following:

  1. On the Tools menu, select Customize.
  2. Select the Options tab.
  3. The Always show full menus option is located in the Personalized Menus and Toolbars section.

Applies to