Spread Windows Forms 12.0 Product Documentation
TodayImage Property (DropDownCalendar)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendar Class : TodayImage Property
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
public Image TodayImage {get; set;}

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

Reference

DropDownCalendar Class
DropDownCalendar Members