MonobjcMonobjc Documented Class Library
TextShouldBeginEditing Method (textObject)
NamespacesMonobjc.AppKitNSTextFieldTextShouldBeginEditing(NSText)

Requests permission to begin editing a text object.

Original signature is '- (BOOL)textShouldBeginEditing:(NSText *)textObject'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool TextShouldBeginEditing(
	NSText textObject
)
Public Overridable Function TextShouldBeginEditing ( _
	textObject As NSText _
) As Boolean
public:
virtual bool TextShouldBeginEditing(
	NSText^ textObject
)
Parameters
textObject (NSText)
The object to begin editing.
Return Value
YES if editing should be allowed to occur, NO otherwise.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)