AttachTools Method (C1PreviewToolsIntegrator)
In This Topic
Searches the controls tree and attaches to any tools found on it.
Syntax
'Declaration
Public Sub AttachTools( _
ByVal As Control _
)
public void AttachTools(
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