Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendar Class / TodayMarkColor Property


In This Topic
    TodayMarkColor Property (DropDownCalendar)
    In This Topic
    Gets or sets the border color shown in the today area.
    Syntax
    'Declaration
     
    
    Public Property TodayMarkColor As Color
    'Usage
     
    
    Dim instance As DropDownCalendar
    Dim value As Color
     
    instance.TodayMarkColor = value
     
    value = instance.TodayMarkColor
    public Color TodayMarkColor {get; set;}

    Property Value

    A System.Drawing.Color value that indicates the today mark border color.
    Remarks
    The property retrieves the border color of the today mark.
    See Also