MonobjcMonobjc Documented Class Library
INSTextViewDelegate Interface
NamespacesMonobjc.AppKitINSTextViewDelegate

[Missing <summary> documentation for "T:Monobjc.AppKit.INSTextViewDelegate"]

Declaration Syntax
C#Visual BasicVisual C++
public interface INSTextViewDelegate : IManagedWrapper
Public Interface INSTextViewDelegate _
	Inherits IManagedWrapper
public interface class INSTextViewDelegate : IManagedWrapper
Members
All MembersMethodsProperties



IconMemberDescription
CastAs<(Of <<'(T>)>>)()()()()
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
CastTo<(Of <<'(T>)>>)()()()()
Cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
NativePointer

Gets the underlying native pointer.

(Inherited from IManagedWrapper.)
SendMessage(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessage<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessageSuper(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuper<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
TextViewClickedOnCellInRect(NSTextView, INSTextAttachmentCell, NSRect)

Sent when the user clicks a cell. (Deprecated. Use textView:clickedOnCell:inRect:atIndex: instead.)

Original signature is '- (void)textView:(NSTextView *)aTextView clickedOnCell:(id < NSTextAttachmentCell >)attachmentCell inRect:(NSRect)cellFrame'

Available in Mac OS X v10.0 and later.


TextViewClickedOnCellInRectAtIndex(NSTextView, INSTextAttachmentCell, NSRect, NSUInteger)

Sent when the user clicks a cell.

Original signature is '- (void)textView:(NSTextView *)aTextView clickedOnCell:(id < NSTextAttachmentCell >)cell inRect:(NSRect)cellFrame atIndex:(NSUInteger)charIndex'

Available in Mac OS X v10.0 and later.


TextViewClickedOnLink(NSTextView, Id)

Sent after the user clicks on a link. (Deprecated. Use textView:clickedOnLink:atIndex: instead.)

Original signature is '- (BOOL)textView:(NSTextView *)aTextView clickedOnLink:(id)link'

Available in Mac OS X v10.0 and later.


TextViewClickedOnLinkAtIndex(NSTextView, Id, NSUInteger)

Sent after the user clicks a link.

Original signature is '- (BOOL)textView:(NSTextView *)aTextView clickedOnLink:(id)link atIndex:(NSUInteger)charIndex'

Available in Mac OS X v10.0 and later.


TextViewCompletionsForPartialWordRangeIndexOfSelectedItem(NSTextView, NSArray, NSRange, NSInteger%)

Returns the actual completions for a partial word.

Original signature is '- (NSArray *)textView:(NSTextView *)textView completions:(NSArray *)words forPartialWordRange:(NSRange)charRange indexOfSelectedItem:(NSInteger *)index'

Available in Mac OS X v10.3 and later.


TextViewDidChangeSelection(NSNotification)

Sent when the selection changes in the text view.

Original signature is '- (void)textViewDidChangeSelection:(NSNotification *)aNotification'

Available in Mac OS X v10.0 and later.


TextViewDidChangeTypingAttributes(NSNotification)

Sent when a text view’s typing attributes change.

Original signature is '- (void)textViewDidChangeTypingAttributes:(NSNotification *)aNotification'

Available in Mac OS X v10.3 and later.


TextViewDidCheckTextInRangeTypesOptionsResultsOrthographyWordCount(NSTextView, NSRange, NSTextCheckingTypes, NSDictionary, NSArray, NSOrthography, NSInteger)

Invoked to allow the delegate to modify the text checking results after checking has occurred.

Original signature is '- (NSArray *)textView:(NSTextView *)view didCheckTextInRange:(NSRange)range types:(NSTextCheckingTypes)checkingTypes options:(NSDictionary *)options results:(NSArray *)results orthography:(NSOrthography *)orthography wordCount:(NSInteger)wordCount'

Available in Mac OS X v10.6 and later.


TextViewDoCommandBySelector(NSTextView, IntPtr)

Sent to allow the delegate to perform the command for the text view.

Original signature is '- (BOOL)textView:(NSTextView *)aTextView doCommandBySelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.


TextViewDoubleClickedOnCellInRect(NSTextView, INSTextAttachmentCell, NSRect)

Sent when the user double-clicks a cell. (Deprecated. Use textView:doubleClickedOnCell:inRect:atIndex: instead.)

Original signature is '- (void)textView:(NSTextView *)aTextView doubleClickedOnCell:(id < NSTextAttachmentCell >)attachmentCell inRect:(NSRect)cellFrame'

Available in Mac OS X v10.0 and later.


TextViewDoubleClickedOnCellInRectAtIndex(NSTextView, INSTextAttachmentCell, NSRect, NSUInteger)

Sent when the user double-clicks a cell.

Original signature is '- (void)textView:(NSTextView *)aTextView doubleClickedOnCell:(id < NSTextAttachmentCell >)cell inRect:(NSRect)cellFrame atIndex:(NSUInteger)charIndex'

Available in Mac OS X v10.0 and later.


TextViewDraggedCellInRectEvent(NSTextView, INSTextAttachmentCell, NSRect, NSEvent)

Sent when the user attempts to drag a cell. (Deprecated. Use textView:draggedCell:inRect:event:atIndex: instead.)

Original signature is '- (void)textView:(NSTextView *)aTextView draggedCell:(id < NSTextAttachmentCell >)cell inRect:(NSRect)aRect event:(NSEvent *)theEvent'

Available in Mac OS X v10.0 and later.


TextViewDraggedCellInRectEventAtIndex(NSTextView, INSTextAttachmentCell, NSRect, NSEvent, NSUInteger)

Sent when the user attempts to drag a cell.

Original signature is '- (void)textView:(NSTextView *)aTextView draggedCell:(id < NSTextAttachmentCell >)cell inRect:(NSRect)rect event:(NSEvent *)event atIndex:(NSUInteger)charIndex'

Available in Mac OS X v10.0 and later.


TextViewMenuForEventAtIndex(NSTextView, NSMenu, NSEvent, NSUInteger)

Allows delegate to control the context menu returned by the text view.

Original signature is '- (NSMenu *)textView:(NSTextView *)view menu:(NSMenu *)menu forEvent:(NSEvent *)event atIndex:(NSUInteger)charIndex'

Available in Mac OS X v10.5 and later.


TextViewShouldChangeTextInRangeReplacementString(NSTextView, NSRange, NSString)

Sent when a text view needs to determine if text in a specified range should be changed.

Original signature is '- (BOOL)textView:(NSTextView *)aTextView shouldChangeTextInRange:(NSRange)affectedCharRange replacementString:(NSString *)replacementString'

Available in Mac OS X v10.0 and later.


TextViewShouldChangeTextInRangesReplacementStrings(NSTextView, NSArray, NSArray)

Sent when a text view needs to determine if text in an array of specified ranges should be changed.

Original signature is '- (BOOL)textView:(NSTextView *)textView shouldChangeTextInRanges:(NSArray *)affectedRanges replacementStrings:(NSArray *)replacementStrings'

Available in Mac OS X v10.4 and later.


TextViewShouldChangeTypingAttributesToAttributes(NSTextView, NSDictionary, NSDictionary)

Sent when the typing attributes are changed.

Original signature is '- (NSDictionary *)textView:(NSTextView *)textView shouldChangeTypingAttributes:(NSDictionary *)oldTypingAttributes toAttributes:(NSDictionary *)newTypingAttributes'

Available in Mac OS X v10.4 and later.


TextViewShouldSetSpellingStateRange(NSTextView, NSInteger, NSRange)

Sent when the spelling state is changed.

Original signature is '- (NSInteger)textView:(NSTextView *)textView shouldSetSpellingState:(NSInteger)value range:(NSRange)affectedCharRange'

Available in Mac OS X v10.5 and later.


TextViewWillChangeSelectionFromCharacterRangesToCharacterRanges(NSTextView, NSArray, NSArray)

Returns the actual character ranges to select.

Original signature is '- (NSArray *)textView:(NSTextView *)aTextView willChangeSelectionFromCharacterRanges:(NSArray *)oldSelectedCharRanges toCharacterRanges:(NSArray *)newSelectedCharRanges'

Available in Mac OS X v10.4 and later.


TextViewWillChangeSelectionFromCharacterRangeToCharacterRange(NSTextView, NSRange, NSRange)

Returns the actual range to select.

Original signature is '- (NSRange)textView:(NSTextView *)aTextView willChangeSelectionFromCharacterRange:(NSRange)oldSelectedCharRange toCharacterRange:(NSRange)newSelectedCharRange'

Available in Mac OS X v10.0 and later.


TextViewWillCheckTextInRangeOptionsTypes(NSTextView, NSRange, NSDictionary, NSTextCheckingTypes%)

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.


TextViewWillDisplayToolTipForCharacterAtIndex(NSTextView, NSString, NSUInteger)

Returns the actual tooltip to display.

Original signature is '- (NSString *)textView:(NSTextView *)textView willDisplayToolTip:(NSString *)tooltip forCharacterAtIndex:(NSUInteger)characterIndex'

Available in Mac OS X v10.3 and later.


TextViewWritablePasteboardTypesForCellAtIndex(NSTextView, INSTextAttachmentCell, NSUInteger)

Returns the writable pasteboard types for a given cell.

Original signature is '- (NSArray *)textView:(NSTextView *)aTextView writablePasteboardTypesForCell:(id < NSTextAttachmentCell >)cell atIndex:(NSUInteger)charIndex'

Available in Mac OS X v10.0 and later.


TextViewWriteCellAtIndexToPasteboardType(NSTextView, INSTextAttachmentCell, NSUInteger, NSPasteboard, NSString)

Returns whether data of the specified type for the given cell could be written to the specified pasteboard.

Original signature is '- (BOOL)textView:(NSTextView *)aTextView writeCell:(id < NSTextAttachmentCell >)cell atIndex:(NSUInteger)charIndex toPasteboard:(NSPasteboard *)pboard type:(NSString *)type'

Available in Mac OS X v10.0 and later.


UndoManagerForTextView(NSTextView)

Returns the undo manager for the specified text view.

Original signature is '- (NSUndoManager *)undoManagerForTextView:(NSTextView *)aTextView'

Available in Mac OS X v10.0 and later.


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)