Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
47 lines (23 loc) · 1.22 KB

commandbarcombobox-enabled-property-office.md

File metadata and controls

47 lines (23 loc) · 1.22 KB
title ms.prod api_name ms.assetid ms.date
CommandBarComboBox.Enabled Property (Office)
office
Office.CommandBarComboBox.Enabled
f88401a5-b180-63e5-e301-a60addaacab4
06/08/2017

CommandBarComboBox.Enabled Property (Office)

Gets or sets a Boolean value that specifies whether the CommandBarComboBox is enabled. Read/write.

Note The use of CommandBars in some Microsoft Office applications has been superseded by the new ribbon component of the Microsoft Office Fluent user interface. For more information, search Help for the keyword "ribbon."

Syntax

expression. Enabled

expression A variable that represents a CommandBarComboBox object.

Remarks

For command bars, setting this property to True causes the name of the command bar to appear in the list of available command bars.

For built-in controls, if you set the Enabled property to True, the application determines its state, but setting it to False will force it to be disabled.

See also

Concepts

CommandBarComboBox Object

Other resources

CommandBarComboBox Object Members