InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / ScrollBarElement.ScrollBarLineButton Class / GetScrollOrigin Method

In This Topic
    GetScrollOrigin Method (ScrollBarElement.ScrollBarLineButton)
    In This Topic
    Returns the scroll origin (override to implement non-scrolling areas).
    Syntax
    'Declaration
     
    Public Overridable Function GetScrollOrigin() As Point
    public virtual Point GetScrollOrigin()
    See Also