InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / ScrollableStackPanel Class / ButtonNext Property

In This Topic
    ButtonNext Property (ScrollableStackPanel)
    In This Topic
    Returns reference to the RepeatButtonElement element working for navigation to next elements.
    Syntax
    'Declaration
     
    Public ReadOnly Property ButtonNext As RepeatButtonElement
    public RepeatButtonElement ButtonNext {get;}
    See Also