Version

ColorSelectorMode Enumeration

Determines whether the ColorSelector control is being used to select multiple colors, such as in a paint application, or a single color like in a color picker.
Syntax
'Declaration
 
Public Enum ColorSelectorMode 
   Inherits System.Enum
public enum ColorSelectorMode : System.Enum 
Members
MemberDescription
MultiMulti-color mode. In this mode, the ColorSelector recogizes a ForeColor and BackColor.
SingleSingle color mode. In this mode the ColorSelector is used to select a single color and has keyboard support.
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