MakeClientVisible(Point) Method
In This Topic
Ensures that the specified point (expressed in preview pane client coordinates) is visible (scrolled in) in the preview pane.
Syntax
'Declaration
Public Overloads Sub MakeClientVisible( _
ByVal As Point _
)
public void MakeClientVisible(
Point
)
Parameters
- clientPt
- The point to make visible.
See Also