Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendar Class / TodayImage Property


In This Topic
TodayImage Property (DropDownCalendar)
In This Topic
Gets or sets the image that is used to represent today.
Syntax
'Declaration
 
Public Property TodayImage As Image
 
'Usage
 
Dim instance As DropDownCalendar
Dim value As Image
 
instance.TodayImage = value
 
value = instance.TodayImage

Property Value

A System.Drawing.Image that is shown on the today legend and today cell.
Remarks
This property retrieves the image displayed at the today cell and today legend.
See Also