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

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