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 As ToolStrip _
)
public void AttachToolStrip(
ToolStrip
)
Parameters
- toolstrip
- The toolstrip to attach to.
See Also