'宣言 Public Sub AttachTools( _ ByVal control As System.Windows.Forms.Control _ )
'使用法 Dim instance As C1PreviewToolsIntegrator Dim control As System.Windows.Forms.Control instance.AttachTools(control)
public void AttachTools( System.Windows.Forms.Control control )
パラメータ
- 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.