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

PaneItem.DescriptionEditorIconTooltip Property

Gets or sets the text of the tooltip which is displayed when the mouse pointer hovers over the description editor icon.

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

Syntax

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

Property Value

Type: System.String

The text of the tooltip which is displayed when the mouse pointer hovers over the description editor icon.

Default value is "Edit description".

Remarks

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

This property is necessary for localization of Image Uploader Flash.

See Also

Reference