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

PaneItem.ToolbarAlwaysVisible Property

Gets or sets whether the additional controls is always visible or only when a mouse pointer hovers over an item.

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

Syntax

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

Property Value

Type: System.Boolean

true if the additional controls is always visible; otherwise, false.

Default value is false.

See Also

Reference