Microsoft SDK for Java

MonthCalendar.setTrailingForeColor

Sets the color used to display text for header and trailing-day days (days from the previous and following month that appear on the current calendar).

Syntax

public void setTrailingForeColor( Color value )

Parameters

value

Set to a Color object that represents the color used to display text for header and trailing-day days. The default value is the default window gray text value.

Exceptions

WFCInvalidArgumentException thrown if the specified parameter evaluates to null.

See Also   getTrailingForeColor

© 1999 Microsoft Corporation. All rights reserved. Terms of use.