Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWithButtons Class / scrollUp Field


In This Topic
    scrollUp Field
    In This Topic
    Spin-up button
    Syntax
    'Declaration
     
    
    Protected scrollUp As SpinUpButtonElement
    'Usage
     
    
    Dim instance As ElementWithButtons
    Dim value As SpinUpButtonElement
     
    value = instance.scrollUp
     
    instance.scrollUp = value
    protected SpinUpButtonElement scrollUp
    See Also