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)
Public Property EditDescriptionTooltipText As String
public string EditDescriptionTooltipText { get; set; }
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]".