AlternateMonth Field (Palette)
In This Topic
The System.Drawing.Color value which is used for displaying background of alternate month days. For Office 2007 and 2010 palettes this field should always contain unique System.Drawing.Color value. For other palettes this field can be System.Drawing.Color.Empty. In such case control will use System.Drawing.Color value from the theme definition.
Syntax
'Declaration
Public AlternateMonth As System.Drawing.Color
public System.Drawing.Color AlternateMonth
See Also