Search
FlowChart.BringIntoView Method
See Also
 



Scrolls the document area to make the specified object visible.

 Syntax

VB6  Copy Code

Public Sub BringIntoView( _
    ByVal obj As Object _
)

C++  Copy Code

public:
void BringIntoView (
    IDispatch* obj
)

 Parameters

obj
The object to be brought into visible position.

 Remarks

Scrolls the document view to ensure that the specified object is visible. No scrolling is performed if the object is already in view.

 See Also