DetachToolStrip Method (C1PreviewToolsIntegrator)
In This Topic
Detaches the tools integrator from the specified toolstrip.
Syntax
'Declaration
Public Sub DetachToolStrip( _
ByVal As ToolStrip _
)
public void DetachToolStrip(
ToolStrip
)
Parameters
- toolstrip
- The toolstrip to detach from.
See Also