Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBarButton Class / ChangeValue Property


In This Topic
    ChangeValue Property
    In This Topic
    Gets or sets the moving value of the button when the scroll bar button is clicked.
    Syntax
    'Declaration
     
    
    Public Overridable Property ChangeValue As Integer
    'Usage
     
    
    Dim instance As FpScrollBarButton
    Dim value As Integer
     
    instance.ChangeValue = value
     
    value = instance.ChangeValue
    public virtual int ChangeValue {get; set;}
    See Also