Share via


Action.Enabled Property

Returns or sets a Boolean (bool in C#) that is True if the action is enabled in the application. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property Enabled As Boolean
    Get
    Set
'Usage
Dim instance As Action
Dim value As Boolean

value = instance.Enabled

instance.Enabled = value
[DispIdAttribute()]
bool Enabled { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

Action Interface

Action Members

Microsoft.Office.Interop.Outlook Namespace