CommandBar.Enabled Property

Determines whether the command bar is enabled.

Namespace:  Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

Syntax

'Declaração
Property Enabled As Boolean
bool Enabled { get; set; }

Property Value

Type: System.Boolean
true if the command bar is enabled, otherwise false.

Remarks

For command bars that are menu bars, the values of the properties Enabled and Visible are synchronized. For all other command bars, if a command bar is not Enabled, it is not Visible.

.NET Framework Security

See Also

Reference

CommandBar Interface

Microsoft.VisualStudio.CommandBars Namespace