SelectedColor Property (FlexColorPicker)

Action

Gets the value of the currently selected color in the SwatchPanel object.

You can set this property to a standard string color name, such as "blue". If the dataProvider contains an entry for black (0x000000), the default value is 0; otherwise, the default value is the color of the item at index 0 of the data provider.

Syntax

'Declaration
Protected Read Property selectedColor As Color

Access

Read only.