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

ImageUploader.RemoveIconTooltipText Property

Text of the tooltip which is displayed when the mouse pointer is hovering over the removal cross. By clicking this cross the selected image will be deleted from the upload list.

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

Syntax

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

Property Value

A string value that specifies a text of the tooltip which is displayed when the mouse pointer is hovering over the removal cross.

Default value is "Remove".

Remarks

This property corresponds to RemoveIconTooltipText client-side property.

See Also

Reference