Gets/sets text saying that the downloading of the ActiveX control is in progress.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property ProgressHtml As String
public string ProgressHtml { get; set; }
The value which represents text saying that the downloading of the ActiveX control is in progress.
Default value is "<p><img src="{0}" /><br />Loading Aurigma Image Uploader ActiveX...</p>".
{0}
placeholder. Before displaying the downloading screen, this placeholder is replaced with image URL defined in the ProgressImageUrl property. It allows you to customize images without changing HTML-marked text.