Color Property (JColorChooser)

Action

Gets the current color value from the color chooser.

Syntax

C#
protected Color Color { get; }
VB
'Declaration
Protected Read Property Color As Color

Access

Read only.

Examples

VB

Dim colorRed As SilkTest.Ntf.Color = ColorChooser.Color