Click or drag to resize
KaxColorPickerGetStandardColors Method
Retrieves all the colors from the Standard preset.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public ColorPickerItemCollection GetStandardColors()

Return Value

Type: ColorPickerItemCollection
A ColorPickerItemCollection collection with the colors from the Standard preset.
Examples
[New Example]
Dim colors As ColorPickerItemCollection = KaxColorPicker1.GetStandardColors()
[New Example]
ColorPickerItemCollection colors = KaxColorPicker1.GetStandardColors();
See Also