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

Queries the delegate using control:textShouldBeginEditing:, returning the delegate’s response, or simply returning YES to allow editing of textObject if the delegate doesn’t respond to that method.

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)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSTableView.TextShouldBeginEditing(Monobjc.AppKit.NSText)"]

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)