Ends the editing of text in the receiver using the specified field editor.
SDK
- macOS 10.0+
Framework
- App
Kit
Declaration
- (void)endEditing:(NSText *)textObj;
Parameters
textObj
The field editor currently handling the editing of the cell's content.
Discussion
Ends any editing of text that began with a call to edit
or select
.