DateTimePicker.setCalendarTitleForeColor

Overview | Methods | This Package | All Packages

DateTimePicker.setCalendarTitleForeColor

Sets the color used to display text within the month calendar's title.

Syntax

public final void setCalendarTitleForeColor( Color value )

Parameters

value

A Color object that represents the text color for the month calendar's title. The default value is the default active window caption text color.

Exceptions

WFCInvalidArgumentException thrown if the specified parameter evaluates to null.

See Also   getCalendarTitleForeColor