_CommandBarActiveX.Enabled Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property Enabled As Boolean
Get
Set
'Usage
Dim instance As _CommandBarActiveX
Dim value As Boolean
value = instance.Enabled
instance.Enabled = value
bool Enabled { get; set; }
Property Value
Type: System.Boolean