Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.UI Namespace / BaseTheme Class / ImagePrevious Property

In This Topic
    ImagePrevious Property (BaseTheme)
    In This Topic
    Gets or sets the System.Drawing.Image object which should be used for displaying the "Previous" button. If this property isn't null, the SymbolPrevious property will be ignored.
    Syntax
    'Declaration
     
    Public Property ImagePrevious As System.Drawing.Image
    public System.Drawing.Image ImagePrevious {get; set;}
    See Also