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

BaseUploaderExtender.TargetControl Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets a reference to the Uploader control instance associated with this extender.

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

Syntax

Visual Basic
Protected ReadOnly Property TargetControl As Uploader
C#
protected Uploader TargetControl { get; }

Property Value

Type: Aurigma.ImageUploader.Uploader

The Uploader control instance associated with this extender.

See Also

Reference