MonobjcMonobjc Documented Class Library
SetWantsNotificationForMarkedText Method (flag)
NamespacesMonobjc.AppKitNSTextFieldCellSetWantsNotificationForMarkedText(Boolean)

Directs the cell’s associated field editor to post text change notifications.

Original signature is '- (void)setWantsNotificationForMarkedText:(BOOL)flag'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetWantsNotificationForMarkedText(
	bool flag
)
Public Overridable Sub SetWantsNotificationForMarkedText ( _
	flag As Boolean _
)
public:
virtual void SetWantsNotificationForMarkedText(
	bool flag
)
Parameters
flag (Boolean)
If YES, the field editor posts text change notifications (NSTextDidChangeNotification) while editing marked text; if NO, notifications are delayed until the marked text confirmation.
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)