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

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