Version

CustomBlendColor Property (Office2007ColorTable)

Returns or sets the color that will be blended with the colors of the selected ColorScheme.
Syntax
'Declaration
 
Public Shared Property CustomBlendColor As Color
public static Color CustomBlendColor {get; set;}
Remarks

By default, this property is set to Color.Empty or Color.Transparent which indicates that no color should be blended with the colors of the current ColorScheme. When set to a value other than Color.Empty or Color.Transparent, the colors in the color table will be blended with the CustomBlendColor.

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