Contents

isSetOnMouseEntered

A Boolean value indicating whether the receiver becomes current on receiving a Mouseentered(with:) message.

Declaration

var isSetOnMouseEntered: Bool { get }

Discussion

true if the receiver will become current when it receives a mouseEntered(with:) message; otherwise, false.

See Also

Deprecated