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


In This Topic
    TodayImage Property (DropDownCalendarInfo)
    In This Topic
    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