Scheduler for WinForms | ComponentOne
C1.Win.Schedule.8 Assembly / C1.Win.Schedule.UI Namespace / BaseTheme Class / SymbolNext Property

In This Topic
    SymbolNext Property (BaseTheme)
    In This Topic
    Gets or sets the System.Char value determining the symbol which should be used for the "Next" button.
    Syntax
    'Declaration
     
    Public Property SymbolNext As System.Char
    public System.char SymbolNext {get; set;}
    See Also