Overview | Methods | This Package | All Packages
OverviewMethodsThis PackageAll Packages
MonthCalendar.setTitleBackColor
Sets the background color displayed in the month calendar's title.
Syntax
public void setTitleBackColor( Color value )
Parameters
value
Set to a Color object that represents the background color displayed in the month calendar's title. The default value is the default active window caption background color.
Exceptions
WFCInvalidArgumentException thrown if the specified parameter evaluates to null.
See Also getTitleBackColor