PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / MakeClientVisible Method / MakeClientVisible(Point) Method
The point to make visible.

In This Topic
    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 clientPt As Point _
    ) 
    public void MakeClientVisible( 
       Point clientPt
    )

    Parameters

    clientPt
    The point to make visible.
    See Also