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

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