KaxColorPickerGetStandardColors Method |
Retrieves all the colors from the Standard preset.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ColorPickerItemCollection GetStandardColors()
Public Function GetStandardColors As ColorPickerItemCollection
public:
ColorPickerItemCollection^ GetStandardColors()
member GetStandardColors : unit -> ColorPickerItemCollection
Return Value
Type:
ColorPickerItemCollectionA ColorPickerItemCollection collection with the colors from the Standard preset.
ExamplesDim colors As ColorPickerItemCollection = KaxColorPicker1.GetStandardColors()
ColorPickerItemCollection colors = KaxColorPicker1.GetStandardColors();
See Also