Search
FlowChart.RevokeDragDrop Method
See Also
 



Revokes the registration of the control as a potential target for OLE drag-and-drop operations.

 Syntax

VB6  Copy Code

Public Sub RevokeDragDrop ()

C++  Copy Code

public:
void RevokeDragDrop ()

 Remarks

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

 See Also