PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / C1PreviewToolsIntegrator Class / AttachTools Method
The top level control, or a nested control on the form or control containing the tools that are to be integrated with the preview pane.

In This Topic
    AttachTools Method (C1PreviewToolsIntegrator)
    In This Topic
    Searches the controls tree and attaches to any tools found on it.
    Syntax
    'Declaration
     
    Public Sub AttachTools( _
       ByVal control As Control _
    ) 
    public void AttachTools( 
       Control control
    )

    Parameters

    control
    The top level control, or a nested control on the form or control containing the tools that are to be integrated with the preview pane.
    See Also