Contents

usesFindPanel

A Boolean value that indicates whether the receiver allows for a find panel.

Declaration

var usesFindPanel: Bool { get set }

Discussion

true to allow the use of a find panel, false otherwise. A text view can use either a find panel or a find bar. If usesFindPanel is set to true, usesFindBar is set to false and vice versa.

See Also

Related Documentation

Working with panels