Gets whether the control is Enabled

Namespace: DotNetNuke.Services.Authentication
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public abstract bool Enabled { get; }
Visual Basic
Public MustOverride ReadOnly Property Enabled As Boolean
	Get

Remarks

This property must be overriden in the inherited class

See Also