ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / UpdateScrollSize Method

In This Topic
    UpdateScrollSize Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function UpdateScrollSize( _
       ByVal handle As System.IntPtr, _
       ByVal nBar As System.UInteger, _
       ByVal size As System.Integer, _
       ByVal pageSize As System.Integer, _
       ByVal force As System.Boolean _
    ) As System.Integer
    public static System.int UpdateScrollSize( 
       System.IntPtr handle,
       System.uint nBar,
       System.int size,
       System.int pageSize,
       System.bool force
    )

    Parameters

    handle
    nBar
    size
    pageSize
    force
    See Also