Returns dragging images for the cell.
SDK
- macOS 10.7+
Framework
- App
Kit
Declaration
var draggingImageComponents: [NSDragging Image Component] { get }
Discussion
The default implementation of this method returns an array of up to two NSDragging
instances -- one for the image
and another for the text
(unless the property is nil
).
These method can be subclassed and overridden to provide a custom set of NSDragging
objects to create the drag image from this view.