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


In This Topic
    ChangeValue Property (FpScrollBarButton)
    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