Get or sets a value indicating whether a tooltip containing a filename should be displayed when the mouse pointer hovers over the pane item.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property EnableFileNameTooltip As Boolean
public bool EnableFileNameTooltip { get; set; }
Type: System.Boolean
If true
filename tooltip is displayed when the mouse pointer hovers over the pane item.
Default value is false.