Search
FlowChart.ScrollX Property
See Also
 



Gets or sets the current horizontal scroll position.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
int get_ScrollX ()
void put_ScrollX (
    int value
)

 Property Value

A long value. The default is 0.

 Remarks

Sets or gets the horizontal scroll position of the document.

 See Also