InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / C1InputPanelBase Class / GetScrollSize Method

In This Topic
    GetScrollSize Method (C1InputPanelBase)
    In This Topic
    Retrieves the specified scroll bar range.
    Syntax
    'Declaration
     
    Protected Function GetScrollSize( _
       ByVal nBar As Integer _
    ) As Integer
    protected int GetScrollSize( 
       int nBar
    )

    Parameters

    nBar
    See Also