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

CommonDialog.OkButtonText Property

Gets or sets the caption of the OK button.

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

Syntax

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

Property Value

Type: System.String

The caption of the OK button.

Default value is "OK".

See Also

Reference