ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / ScrollBarElement Class / LargeChange Property

In This Topic
    LargeChange Property (ScrollBarElement)
    In This Topic
    Gets or sets a value to be added to or subtracted from the Value property when the scroll box is moved a large distance (one 'page').
    Syntax
    'Declaration
     
    Public Property LargeChange As System.Integer
    public System.int LargeChange {get; set;}
    See Also