Edit

Share via


Action.Enabled Property

Definition

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

public:
 property bool Enabled { bool get(); void set(bool value); };
public bool Enabled { get; set; }
Public Property Enabled As Boolean

Property Value

Applies to