A Boolean value indicating if any editors are registered with the controller.
SDK
- macOS 10.3+
Framework
- App
Kit
Declaration
@property(getter=isEditing, readonly) BOOL editing;
Discussion
The value of this property is YES
when an editor is registered with the controller object or NO
when no editor is registered.