Search
FlowChart.ScrollY Property
See Also
 



Gets or sets the current vertical scroll position.

 Syntax

VB6  Copy Code

Public Property Get ScrollY() As Long
Public Property Let ScrollY( _
    ByVal value As Long _
)

C++  Copy Code

public:
int get_ScrollY ()
void put_ScrollY (
    int value
)

 Property Value

A long value. The default is 0.

 Remarks

Sets or gets the vertical scroll position of the document.

 See Also