ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / ScrollBarElement Class / LineDownButton Property

In This Topic
    LineDownButton Property (ScrollBarElement)
    In This Topic
    Gets the element that represents the 'line down' button.
    Syntax
    'Declaration
     
    Public ReadOnly Property LineDownButton As ScrollBarElement.ScrollBarLineButton
    public ScrollBarElement.ScrollBarLineButton LineDownButton {get;}
    Remarks
    You can use this value to style the ScrollBarElement.
    See Also