Share via


CommandBarButtonClass.Enabled Property

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Overridable Property Enabled As Boolean
    Get
    Set
'Usage
Dim instance As CommandBarButtonClass
Dim value As Boolean

value = instance.Enabled

instance.Enabled = value
public virtual bool Enabled { get; set; }

Property Value

Type: System.Boolean

Implements

_CommandBarButton.Enabled

See Also

Reference

CommandBarButtonClass Class

CommandBarButtonClass Members

Microsoft.Office.Core Namespace