Version

ColorPaletteViewStyle Enumeration

Enumerates the possible view styles of the UltraColorPalette control.
Syntax
'Declaration
 
Public Enum ColorPaletteViewStyle 
   Inherits System.Enum
public enum ColorPaletteViewStyle : System.Enum 
Members
MemberDescription
CombinedIncludes all color palette elements, such as the grid palette, the continuous palette, hue and alpha sliders, text boxes, color grabber, options button, etc.
CompactThis style is similar to the ContinuousPalette style, but there is no custom palette support and it uses a more compact layout.
ContinuousPaletteThis style removes the grid palette and gives the user the abilty to pick any color.
GridPaletteThis style removes the continuous palette, sliders, and textboxes and present the user with a grid of colors.
MinimalA minimal style with very few elements.
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