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

ImageUploader.IncorrectFileInactiveUnselectedTextColor Property

Color of the text caption displayed for the item which cannot be uploaded (e.g. because of file filters) when this item is not selected and the focus is out of the pane which contains this item.

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

Syntax

Visual Basic
Public Property IncorrectFileInactiveUnselectedTextColor As Color
C#
public Color IncorrectFileInactiveUnselectedTextColor { get; set; }

Property Value

A Color value which specifies a color of the text caption of non-selected and non-focused incorrect item.

Default value is red.

Remarks

This property corresponds to IncorrectFileInactiveUnselectedTextColor client-side property.

See Also

Reference