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

ImageUploader.ButtonStopText Property

Caption of the button which aborts the upload.

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

Syntax

Visual Basic
Public Property ButtonStopText As String
C#
public string ButtonStopText { get; set; }

Property Value

A string value that specifies a caption of the Stop button. If an empty string is specified, the button becomes invisible.

Default value is "".

Remarks

This property corresponds to ButtonStopText client-side property.

See Also

Reference