Spread Windows Forms 12.0 Product Documentation
TodayImage Property (DropDownCalendarInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendarInfo Class : TodayImage Property
Gets or sets the image that is used for today.
Syntax
'Declaration
 
Public Property TodayImage As Image
'Usage
 
Dim instance As DropDownCalendarInfo
Dim value As Image
 
instance.TodayImage = value
 
value = instance.TodayImage
public Image TodayImage {get; set;}

Property Value

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

Reference

DropDownCalendarInfo Class
DropDownCalendarInfo Members