Version

ColorSelectorMode Property

Determines whether the ColorSelector is being used for both a ForeColor and BackColor such as in a paint application or if it is being used to select a single color like in a Color Picker.
Syntax
'Declaration
 
Public Property ColorSelectorMode As ColorSelectorMode
public ColorSelectorMode ColorSelectorMode {get; set;}
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