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

PaneItem.RemovalIconTooltip Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets the text of the tooltip displayed when the mouse pointer hovers over the removal icon.

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

Syntax

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

Property Value

Type: System.String

The text of the tooltip displayed when the mouse pointer hovers over the removal icon.

Default value is "Remove".

Remarks

If you specify an empty string, the tooltip does not appear.

This property is necessary for localization of Image Uploader.

See Also

Reference