Version

ColorPickerEditorStyle Enumeration

Enumerates the possible styles for the UltraColorPicker.
Syntax
'Declaration
 
Public Enum ColorPickerEditorStyle 
   Inherits System.Enum
public enum ColorPickerEditorStyle : System.Enum 
Members
MemberDescription
ColorPaletteThis style combines a grid palette, a continuous palette, a custom (user-defined) palette, textboxes for the color components like RGB, HLS, or CMYK, sliders for the hue and alpha (opacity), and a color grabber.
DefaultUse the default style. The default style can be changed for all UltraColorPicker controls in the application via the Infragistics.Win.ColorPickerEditor.DefaultStyle property.
VisualStudioThis is the legacy style of the ColorPicker which is similar to the color picker in the Visual Studio PropertyGrid. It includes tabs for web and system colors.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also