Assembly: Forms;
Namespace: Prognoz.Platform.Interop.Forms;
The DragDrop class implements the object that is used to get information when the data is dragged from Fore components to the .NET component loaded in NetControlBox.
The appropriate handlers can be set during the operations of dragging from the Fore component to the .NET component in the OnEvent event, the information about stage of dragging and dragged data is given in the P4_CONTROL format in the handlers of the events of the .NET component. To get information in the unmodified state, use the ReadParams static method of this class.
Class to get analog of the DragDrop class:
None;
Class to get analog of the DragDrop class object:
DragDropClass;
Method name | Brief description | |
The ReadParams method reads and converts information of the argument of the event that occurs when the data is dragged in the .NET component. |
See also: