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


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