Input for WinForms | ComponentOne
C1.Framework Namespace / ScrollBarElement Class / PageDownButton Property

In This Topic
    PageDownButton Property
    In This Topic
    Gets the element that represents the 'page down' button.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PageDownButton As ScrollBarElement.ScrollBarPageButton
    public ScrollBarElement.ScrollBarPageButton PageDownButton {get;}
    Remarks
    You can use this value to style the ScrollBarElement.
    See Also