Navigation:  Classes > bBrowser >

bBrowser:UpdateVerticalScrollValues()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Updates the maximum and/or the current position in the vertical scrollbar.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:UpdateVerticalScrollValues(

<lMaxValue>,

<lPosition>

) Æ lSuccess

Arguments

<lMaxValue>A logical value that indicates whether the maximum position is to be updated.
Data type:Logic

 

<lPosition>A logical value that indicates whether the current position is to be updated.
Data type:Logic

Return Value

lSuccessA logical value that indicates whether the scrollbar was updated.
TRUEThe scrollbar was updated.
FALSEThe scrollbar could not be updated.
Data type:Logic

Description

Dependent on the maximum position the scrollbar is automatically faded in or out.

See Also

bBrowser:UpdateHorizontalScrollValues()

 


Page url: http://www.YOURSERVER.com/index.html?bbrowser_updateverticalscrollv.htm