MonthCalendar.TrailingTextColor Property | |
A Color object describing the color of the trailing and leading days, i.e., those not belonging to the current month, of the MonthCalendar control.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY TrailingTextColor AS USUAL GET SET
public virtual Usual TrailingTextColor { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA Color object describing the color of the trailing and leading days, i.e., those not belonging to the current month, of the MonthCalendar control.
See Also