PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.6 Assembly / C1.Win.C1Preview Namespace / C1PreviewToolsIntegrator Class / AttachToolStrip Method
The toolstrip to attach to.

In This Topic
    AttachToolStrip Method (C1PreviewToolsIntegrator)
    In This Topic
    Attaches the tools integrator to the specified toolstrip. If the toolstrip contains preview items, they will be handled by the tools integrator.
    Syntax
    'Declaration
     
    Public Sub AttachToolStrip( _
       ByVal toolstrip As ToolStrip _
    ) 
    public void AttachToolStrip( 
       ToolStrip toolstrip
    )

    Parameters

    toolstrip
    The toolstrip to attach to.
    See Also