Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWithButtons Class / ScrollDownButton Property


In This Topic
    ScrollDownButton Property
    In This Topic
    Gets whether a scroll down button has been implemented.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property ScrollDownButton As IElement
    'Usage
     
    
    Dim instance As ElementWithButtons
    Dim value As IElement
     
    value = instance.ScrollDownButton
    public virtual IElement ScrollDownButton {get;}
    See Also