Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendarInfo Class / TodayMarkColor Property


In This Topic
    TodayMarkColor Property (DropDownCalendarInfo)
    In This Topic
    Gets or sets the border color shown for today.
    Syntax
    'Declaration
     
    
    Public Property TodayMarkColor As Color
    'Usage
     
    
    Dim instance As DropDownCalendarInfo
    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
    This property retrieves the border color of the today mark.
    See Also