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

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