Contents

prefersTrackingUntilMouseUp

Returns a Boolean value that indicates whether tracking stops when the cursor leaves the cell.

Declaration

class var prefersTrackingUntilMouseUp: Bool { get }

Return Value

true if tracking stops when the cursor leaves the cell, otherwise false.

Discussion

The default implementation returns false. Subclasses may override this method to return a different value.

See Also

Tracking the Mouse