Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpreadTreeHelper Class / GetThumbRectangle Method
The scrollbar.


In This Topic
    GetThumbRectangle Method
    In This Topic
    Get Thumb rectangle.
    Syntax
    'Declaration
     
    
    Public Shared Function GetThumbRectangle( _
       ByVal scrollBar As FpScrollBar _
    ) As Rectangle
    'Usage
     
    
    Dim scrollBar As FpScrollBar
    Dim value As Rectangle
     
    value = FpSpreadTreeHelper.GetThumbRectangle(scrollBar)
    public static Rectangle GetThumbRectangle( 
       FpScrollBar scrollBar
    )

    Parameters

    scrollBar
    The scrollbar.
    See Also