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

BaseControl.InstallationProgress Property

Gets InstallationProgress which is used to configure downloading and installation instructions.

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

Syntax

Visual Basic
Public ReadOnly Property InstallationProgress As InstallationProgress
C#
public InstallationProgress InstallationProgress { get; }

Property Value

A InstallationProgress which represents ActiveX installation progress of the control.

Remarks

See the Configuring Image Uploader ASP.NET Control topic for details.

See Also

Reference