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


In This Topic
    ChangeType Property (FpScrollBarButton)
    In This Topic
    Gets or sets the type of change of the scroll bar.
    Syntax
    'Declaration
     
    
    Public Overridable Property ChangeType As ChangeType
    'Usage
     
    
    Dim instance As FpScrollBarButton
    Dim value As ChangeType
     
    instance.ChangeType = value
     
    value = instance.ChangeType
    public virtual ChangeType ChangeType {get; set;}
    See Also