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

ShellComboBox.BackgroundColor Property

Background color of this ShellComboBox instance.

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

Syntax

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

Property Value

A Color value which specifies background color of the ShellComboBox.

Default value is #ff7905.

Remarks

This property corresponds to BackgroundColor client-side property.

See Also

Reference