ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / ScrollableControl Class / GetScrollSize Method

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

    Parameters

    nBar
    See Also