Aurigma Image Uploader 6.5 Dual
ImageUploader..::.EditDescriptionTooltipText Property
Text of the tooltip which is displayed when the mouse pointer is hovering over the Edit Description label-hyperlink.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Syntax
Visual Basic
Public Property EditDescriptionTooltipText As String
C#
public string EditDescriptionTooltipText { 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 Edit Description label-hyperlink. It can contain any characters and use the following placeholder:
| Placeholder | Description |
|---|---|
| [Text] | Current caption of the Edit Description label-hyperlink. |
Default value is "[Text]".
Remarks
This property corresponds to EditDescriptionTooltipText client-side property.