TdxGalleryControlController.IsInDragAndDropOperation Property
In This Article
Identifies if a drag-and-drop operation is underway.
#Declaration
Delphi
property IsInDragAndDropOperation: Boolean read;
#Property Value
Type | Description |
---|---|
Boolean | True if a drag-and-drop operation is underway and the mouse pointer hovers over the gallery; otherwise, False. |
See Also