Contents

isContinuous

A Boolean value indicating whether the receiver’s cell sends its action message continuously to its target during mouse tracking.

Declaration

var isContinuous: Bool { get set }

Discussion

The value of this property is true if the action message is sent continuously; otherwise, false.

See Also

Implementing the Target-Action Mechanism