Search
FlowChart.RegisterDragDrop Method
See Also
 



Registers the control as a possible target of an OLE drag-and-drop operation.

 Syntax

VB6  Copy Code

Public Sub RegisterDragDrop ()

C++  Copy Code

public:
void RegisterDragDrop ()

 Remarks

For additional information about drag & drop, check Drag and Drop.

 See Also