Requests permission to begin editing a text object.
Original signature is '- (BOOL)textShouldBeginEditing:(NSText *)textObject'
Available in Mac OS X v10.0 and later.


- textObject (NSText)
- The object to begin editing.

YES if editing should be allowed to occur, NO otherwise.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)