Version

ColorPaletteSize Enumeration

Enumerates possible values for the WebHtmlEditor.ColorPaletteSize property.
Syntax
'Declaration
 
Public Enum ColorPaletteSize 
   Inherits System.Enum
public enum ColorPaletteSize : System.Enum 
Members
MemberDescription
AverageCauses the WebHtmlEditor to use 11 columns of colors.
ExtendedCauses the WebHtmlEditor to use 15 columns of colors.
LargeCauses the WebHtmlEditor to use 21 columns of colors.
SmallCauses the WebHtmlEditor to use 7 columns of colors.
VeryLargeCauses the WebHtmlEditor to use 29 columns of colors.
Remarks

That property defines number of colors (columns) that appears in color editor.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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