Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / CalendarMonthForeColor Property


In This Topic
    CalendarMonthForeColor Property
    In This Topic
    Gets or sets the text color of the month part of the pop-up calendar in the date-time cell.
    Syntax
    'Declaration
     
    
    Public Property CalendarMonthForeColor As Color
    'Usage
     
    
    Dim instance As DateTimeCellType
    Dim value As Color
     
    instance.CalendarMonthForeColor = value
     
    value = instance.CalendarMonthForeColor
    public Color CalendarMonthForeColor {get; set;}
    See Also