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

PaneItem.EnableFileNameTooltip Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

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)

Syntax

Visual Basic
Public Property EnableFileNameTooltip As Boolean
C#
public bool EnableFileNameTooltip { get; set; }

Property Value

Type: System.Boolean

If true filename tooltip is displayed when the mouse pointer hovers over the pane item.

Default value is false.

See Also

Reference