Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpreadTreeHelper Class / GetScrollbarRectangle Method


In This Topic
    GetScrollbarRectangle Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GetScrollbarRectangle( _
       ByVal spread As FpSpread, _
       ByVal rowPane As Integer, _
       ByVal columnPane As Integer, _
       ByVal scrollableControl As ScrollableControl, _
       ByVal isVerticalScrollbar As Boolean _
    ) As Rectangle
    'Usage
     
    
    Dim spread As FpSpread
    Dim rowPane As Integer
    Dim columnPane As Integer
    Dim scrollableControl As ScrollableControl
    Dim isVerticalScrollbar As Boolean
    Dim value As Rectangle
     
    value = FpSpreadTreeHelper.GetScrollbarRectangle(spread, rowPane, columnPane, scrollableControl, isVerticalScrollbar)
    public static Rectangle GetScrollbarRectangle( 
       FpSpread spread,
       int rowPane,
       int columnPane,
       ScrollableControl scrollableControl,
       bool isVerticalScrollbar
    )

    Parameters

    spread
    rowPane
    columnPane
    scrollableControl
    isVerticalScrollbar
    See Also