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

UploadPane.AddFilesButtonText Property

Gets or sets the caption of the button which shows the Open File dialog.

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

Syntax

Visual Basic
Public Property AddFilesButtonText As String
C#
public string AddFilesButtonText { get; set; }

Property Value

Type: System.String

The caption of the button which shows the Open File dialog.

Default value is "+ Add more files".

See Also

Reference