The NDragDrop static class manages the drag-and-drop virtual device in NOV and serves as UI event dispatcher for native drag-and-drop events, that a particular window peer receives. Following is a description of the drag-and-drop related features and services:
Besides dispatching Drag-and-Drop events, the
NDragDrop static class can also be used to initiate drag-and-drop operations. This is achieved by calling the
NDragDrop.RequestDragDrop method. See
Data Exchange Overview for more information.
The NDragDrop also provides several methods for helping you obtain the current value of the extended properties that it has applied to a particular node. These are:
-
NDragDrop.IsDirectlyOver(NNode node) – returns the current value of the NDragDrop.DirectlyOverPropertyEx extended property for the specified node.
-
NDragDrop.IsOver (NNode node) – returns the current value of the NDragDrop.OverPropertyEx extended property for the specified node.