A protocol that a text field delegate can use to control its field editor action menu.
SDK
- macOS 10.6+
Framework
- App
Kit
Declaration
@protocol NSTextFieldDelegate
A protocol that a text field delegate can use to control its field editor action menu.
SDK
Framework
@protocol NSTextFieldDelegate
NSText Field
Text that the user can select or edit and that sends its action message to its target when the user presses the Return key.
NSText View
A view that draws text and handles user interactions with that text.
NSText View Delegate
A set of optional methods that text view delegates can use to manage selection, set text attributes, work with the spell checker, and more.
NSText
The most general programmatic interface for objects that manage text.