MonoMac.AppKit.NSTextViewDelegate Members

The members of MonoMac.AppKit.NSTextViewDelegate are listed below.

See Also: Inherited members from MonoMac.AppKit.NSTextDelegate

Public Constructors

Default constructor, initializes a new instance of this class.
A constructor that initializes the object from the data stored in the unarchiver object.
Constructor to call on derived classes when the derived class has an [Export] constructor.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Methods

CellClicked(NSTextView, NSTextAttachmentCell, System.Drawing.RectangleF, uint)
Documentation for this section has not yet been entered.
CellDoubleClicked(NSTextView, NSTextAttachmentCell, System.Drawing.RectangleF, uint)
Documentation for this section has not yet been entered.
DidChangeSelection(MonoMac.Foundation.NSNotification)
Documentation for this section has not yet been entered.
DidChangeTypingAttributes(MonoMac.Foundation.NSNotification)
Documentation for this section has not yet been entered.
DidCheckText(NSTextView, MonoMac.Foundation.NSRange, MonoMac.Foundation.NSTextCheckingTypes, MonoMac.Foundation.NSDictionary, MonoMac.Foundation.NSTextCheckingResult[], MonoMac.Foundation.NSOrthography, int) : MonoMac.Foundation.NSTextCheckingResult[]
Documentation for this section has not yet been entered.
DoCommandBySelector(NSTextView, MonoMac.ObjCRuntime.Selector) : bool
Documentation for this section has not yet been entered.
DraggedCell(NSTextView, NSTextAttachmentCell, System.Drawing.RectangleF, NSEvent)
Documentation for this section has not yet been entered.
GetCompletions(NSTextView, string[], MonoMac.Foundation.NSRange, int) : string[]
Documentation for this section has not yet been entered.
GetUndoManager(NSTextView) : MonoMac.Foundation.NSUndoManager
Documentation for this section has not yet been entered.
GetWritablePasteboardTypes(NSTextView, NSTextAttachmentCell, uint) : string[]
Documentation for this section has not yet been entered.
LinkClicked(NSTextView, MonoMac.Foundation.NSObject, uint) : bool
Documentation for this section has not yet been entered.
MenuForEvent(NSTextView, NSMenu, NSEvent, uint) : NSMenu
Documentation for this section has not yet been entered.
ShouldChangeTextInRange(NSTextView, MonoMac.Foundation.NSRange, string) : bool
Documentation for this section has not yet been entered.
ShouldChangeTextInRanges(NSTextView, MonoMac.Foundation.NSValue[], string[]) : bool
Documentation for this section has not yet been entered.
ShouldChangeTypingAttributes(NSTextView, MonoMac.Foundation.NSDictionary, MonoMac.Foundation.NSDictionary) : MonoMac.Foundation.NSDictionary
Documentation for this section has not yet been entered.
ShouldSetSpellingState(NSTextView, int, MonoMac.Foundation.NSRange) : int
Documentation for this section has not yet been entered.
WillChangeSelection(NSTextView, MonoMac.Foundation.NSRange, MonoMac.Foundation.NSRange) : MonoMac.Foundation.NSRange
Documentation for this section has not yet been entered.
WillChangeSelectionFromRanges(NSTextView, MonoMac.Foundation.NSValue[], MonoMac.Foundation.NSValue[]) : MonoMac.Foundation.NSValue[]
Documentation for this section has not yet been entered.
WillCheckText(NSTextView, MonoMac.Foundation.NSRange, MonoMac.Foundation.NSDictionary, MonoMac.Foundation.NSTextCheckingTypes) : MonoMac.Foundation.NSDictionary
Documentation for this section has not yet been entered.
WillDisplayToolTip(NSTextView, string, uint) : string
Documentation for this section has not yet been entered.
WriteCell(NSTextView, NSTextAttachmentCell, uint, NSPasteboard, string) : bool
Documentation for this section has not yet been entered.