Share via


CommandBarButton.Enabled Property

Office Developer Reference
Aa432908.vs_note(en-us,office.12).gif  Note
The use of CommandBars in some Microsoft Office applications has been superseded by the new Ribbon user interface. For more information, search help for the keyword "Ribbon."

True if the specified CommandBar or CommandBarControl is enabled. Read/write .

Syntax

expression.Enabled

expression   A variable that represents a CommandBarButton object.

Return Value
Boolean

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