IDragAndDropManager Constructor

Create an instance of drag and drop manager.

Definition

Namespace: PCBI.Automation.DragAndDrop
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public IDragAndDropManager(
	IPCBIWindow parent
)

Parameters

parent  IPCBIWindow
Current IPCBIWindow to add this drag and drop manager.

See Also