Spread Windows Forms 12.0 Product Documentation
TodayMarkColor Property (DropDownCalendarInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendarInfo Class : TodayMarkColor Property
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

Reference

DropDownCalendarInfo Class
DropDownCalendarInfo Members