PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / SetFocus Method
The input fragment to move the focus to.

In This Topic
    SetFocus Method (C1PreviewPane)
    In This Topic
    Sets the input focus to the specified C1.C1Preview.RenderInputFragment object. This method should be used only if the preview currently shows a C1.C1Preview.C1PrintDocument.
    Syntax
    'Declaration
     
    Public Sub SetFocus( _
       ByVal inputFragment As RenderInputFragment _
    ) 
    public void SetFocus( 
       RenderInputFragment inputFragment
    )

    Parameters

    inputFragment
    The input fragment to move the focus to.
    See Also