MonobjcMonobjc Documented Class Library
TextViewWillCheckTextInRangeOptionsTypes Event
NamespacesMonobjc.AppKitNSTextView..::..NSTextViewDelegateEventDispatcherTextViewWillCheckTextInRangeOptionsTypes

Invoked to allow the delegate to modify the text checking process before it occurs.

Original signature is '- (NSDictionary *)textView:(NSTextView *)view willCheckTextInRange:(NSRange)range options:(NSDictionary *)options types:(NSTextCheckingTypes *)checkingTypes'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
Return Value
A dictionary containing an alternative to the options dictionary.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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