mouseDownCanMoveWindow
A Boolean value indicating whether the view can pass mouse down events through to its superviews.
Declaration
var mouseDownCanMoveWindow: Bool { get }Discussion
This property lets you determine the region by which a window can be moved. The default value of this property is false if the view is opaque; otherwise, it is set to true. Subclasses can override this property to return different values based on the event.