This documentation is for the old version. Go to the latest Upload Suite docs

BaseExtender.Enabled Property

Gets or sets a value indicating whether the Web server control is enabled.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Overrides ReadOnly Property Enabled As Boolean
C#
public override bool Enabled { get; }

Property Value

true if control is enabled; otherwise, false. The default is true.

See Also

Reference