ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / DateEditMonthCalendar Class / BackColor Property

In This Topic
    BackColor Property (DateEditMonthCalendar)
    In This Topic
    Gets or sets the background color of the control.
    Syntax
    'Declaration
     
    Public Shadows Property BackColor As Color
    public new Color BackColor {get; set;}
    See Also