LinsColorComboBox class

      It is a customized ComboBox object; it owns all ComboBox features. This combobox will automatically load all the KnownColor into the list.

Examples

§      Members

1)   public KnownColor SelectedColor { get; }               

Remarks

Get the selected known color.

 

§      Methods

1)   public void SetSelection(

KnownColor color )                 

Parameters

color

Type: KnownColor

The color which will be selected.

 

Remarks

Set the color as the selected item.