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

In This Topic
    DetachToolStrip Method (C1PreviewToolsIntegrator)
    In This Topic
    Detaches the tools integrator from the specified toolstrip.
    Syntax
    'Declaration
     
    Public Sub DetachToolStrip( _
       ByVal toolstrip As ToolStrip _
    ) 
    public void DetachToolStrip( 
       ToolStrip toolstrip
    )

    Parameters

    toolstrip
    The toolstrip to detach from.
    See Also