Search
FlowChart.ScrollRate Property
See Also
 



Gets or sets the rate of scrolling, used when a scrollbar button is clicked.

 Syntax

VB6  Copy Code

Public Property Get ScrollRate() As Integer
Public Property Let ScrollRate( _
    ByVal value As Integer _
)

C++  Copy Code

public:
short get_ScrollRate ()
void put_ScrollRate (
    short value
)

 Property Value

A short value. The default is 1.

 See Also