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

ImageUploader.MenuInvertSelectionText Property

Caption of the Invert Selection context menu item.

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

Syntax

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

Property Value

A string value that specifies a caption of the Invert Selection context menu item.

Default value is "Invert Selection".

Remarks

This property corresponds to MenuInvertSelectionText client-side property.

See Also

Reference