Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / CalendarMonthBackColor Property


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