Contents

importsGraphics

A Boolean that controls whether the receiver allows the user to import files by dragging.

Declaration

var importsGraphics: Bool { get set }

Discussion

If flag is true, the receiver allows the user to import files by dragging; if flag is false, it doesn’t.

If the receiver is set to accept dragged files, it’s also made a rich text object. Subclasses may or may not accept dragged files by default.

See Also

Setting behavioral attributes