AbortEditing()
|
(Inherited from NSControl)
|
AcceptsFirstMouse(NSEvent)
|
(Inherited from NSView)
|
AcceptsFirstResponder()
|
(Inherited from NSResponder)
|
AccessibilityPerformAction(NSString)
|
(Inherited from NSView)
|
AccessibilityPerformCancel()
|
(Inherited from NSView)
|
AccessibilityPerformConfirm()
|
(Inherited from NSView)
|
AccessibilityPerformDecrement()
|
(Inherited from NSView)
|
AccessibilityPerformDelete()
|
(Inherited from NSView)
|
AccessibilityPerformIncrement()
|
(Inherited from NSView)
|
AccessibilityPerformPick()
|
(Inherited from NSView)
|
AccessibilityPerformPress()
|
(Inherited from NSView)
|
AccessibilityPerformRaise()
|
(Inherited from NSView)
|
AccessibilityPerformShowAlternateUI()
|
(Inherited from NSView)
|
AccessibilityPerformShowDefaultUI()
|
(Inherited from NSView)
|
AccessibilityPerformShowMenu()
|
(Inherited from NSView)
|
AddColumn(NSTableColumn)
|
AddConstraint(NSLayoutConstraint)
|
(Inherited from NSView)
|
AddConstraints(NSLayoutConstraint[])
|
(Inherited from NSView)
|
AddCursorRect(CGRect, NSCursor)
|
(Inherited from NSView)
|
AddGestureRecognizer(NSGestureRecognizer)
|
(Inherited from NSView)
|
AddLayoutGuide(NSLayoutGuide)
|
(Inherited from NSView)
|
AddObserver(NSObject, NSString, NSKeyValueObservingOptions, IntPtr)
|
Registers an object for being observed externally (using NSString keyPath). Observed changes are dispatched to the observer’s object ObserveValue(NSString, NSObject, NSDictionary, IntPtr) method.
(Inherited from NSObject)
|
AddObserver(NSObject, String, NSKeyValueObservingOptions, IntPtr)
|
Registers an object for being observed externally (using string keyPath). Observed changes are dispatched to the observer’s object ObserveValue(NSString, NSObject, NSDictionary, IntPtr) method.
(Inherited from NSObject)
|
AddObserver(NSString, NSKeyValueObservingOptions, Action<NSObservedChange>)
|
Registers an object for being observed externally using an arbitrary method.
(Inherited from NSObject)
|
AddObserver(String, NSKeyValueObservingOptions, Action<NSObservedChange>)
|
Registers an object for being observed externally using an arbitrary method.
(Inherited from NSObject)
|
AddSubview(NSView, NSWindowOrderingMode, NSView)
|
(Inherited from NSView)
|
AddSubview(NSView)
|
(Inherited from NSView)
|
AddToolTip(CGRect, NSObject, IntPtr)
|
(Inherited from NSView)
|
AddTrackingArea(NSTrackingArea)
|
(Inherited from NSView)
|
AddTrackingRect(CGRect, NSObject, IntPtr, Boolean)
|
(Inherited from NSView)
|
AdjustPageHeightNew(nfloat, nfloat, nfloat, nfloat)
|
(Inherited from NSView)
|
AdjustPageWidthNew(nfloat, nfloat, nfloat, nfloat)
|
(Inherited from NSView)
|
AdjustScroll(CGRect)
|
(Inherited from NSView)
|
AllocateGState()
|
(Inherited from NSView)
|
AncestorSharedWithView(NSView)
|
(Inherited from NSView)
|
AnimationFor(NSString)
|
(Inherited from NSView)
|
Autoscroll(NSEvent)
|
(Inherited from NSView)
|
AwakeFromNib()
|
Called after the object has been loaded from the nib file. Overriders must call base.AwakeFromNib().
(Inherited from NSObject)
|
BackingAlignedRect(CGRect, NSAlignmentOptions)
|
(Inherited from NSView)
|
BecomeFirstResponder()
|
(Inherited from NSResponder)
|
BeginDocument()
|
(Inherited from NSView)
|
BeginDraggingSession(NSDraggingItem[], NSEvent, INSDraggingSource)
|
(Inherited from NSView)
|
BeginGestureWithEvent(NSEvent)
|
(Inherited from NSResponder)
|
BeginInvokeOnMainThread(Action)
|
(Inherited from NSObject)
|
BeginInvokeOnMainThread(Selector, NSObject)
|
Invokes asynchrously the specified code on the main UI thread.
(Inherited from NSObject)
|
BeginPage(CGRect, CGPoint)
|
(Inherited from NSView)
|
BeginUpdates()
|
Bind(NSString, NSObject, String, NSDictionary)
|
(Inherited from NSObject)
|
Bind(String, NSObject, String, NSDictionary)
|
Obsolete.
(Inherited from NSObject)
|
BindingInfo(String)
|
Obsolete.
(Inherited from NSObject)
|
BindingOptionDescriptions(String)
|
Obsolete.
(Inherited from NSObject)
|
BindingValueClass(String)
|
Obsolete.
(Inherited from NSObject)
|
BitmapImageRepForCachingDisplayInRect(CGRect)
|
(Inherited from NSView)
|
CacheDisplay(CGRect, NSBitmapImageRep)
|
(Inherited from NSView)
|
CalcSize()
|
(Inherited from NSControl)
|
CanDragRows(NSIndexSet, CGPoint)
|
CanDraw()
|
(Inherited from NSView)
|
CenterScanRect(CGRect)
|
(Inherited from NSView)
|
ColumnForView(NSView)
|
CommitEditing()
|
(Inherited from NSObject)
|
CommitEditing(NSObject, Selector, IntPtr)
|
(Inherited from NSObject)
|
ConcludeDragOperation(NSDraggingInfo)
|
(Inherited from NSView)
|
ConformsToProtocol(IntPtr)
|
Invoked to determine if this object implements the specified protocol.
(Inherited from NSObject)
|
ConvertPointFromBacking(CGPoint)
|
(Inherited from NSView)
|
ConvertPointFromBase(CGPoint)
|
(Inherited from NSView)
|
ConvertPointFromLayer(CGPoint)
|
(Inherited from NSView)
|
ConvertPointFromView(CGPoint, NSView)
|
(Inherited from NSView)
|
ConvertPointToBacking(CGPoint)
|
(Inherited from NSView)
|
ConvertPointToBase(CGPoint)
|
(Inherited from NSView)
|
ConvertPointToLayer(CGPoint)
|
(Inherited from NSView)
|
ConvertPointToView(CGPoint, NSView)
|
(Inherited from NSView)
|
ConvertRectFromBacking(CGRect)
|
(Inherited from NSView)
|
ConvertRectFromBase(CGRect)
|
(Inherited from NSView)
|
ConvertRectFromLayer(CGRect)
|
(Inherited from NSView)
|
ConvertRectFromView(CGRect, NSView)
|
(Inherited from NSView)
|
ConvertRectToBacking(CGRect)
|
(Inherited from NSView)
|
ConvertRectToBase(CGRect)
|
(Inherited from NSView)
|
ConvertRectToLayer(CGRect)
|
(Inherited from NSView)
|
ConvertRectToView(CGRect, NSView)
|
(Inherited from NSView)
|
ConvertSizeFromBacking(CGSize)
|
(Inherited from NSView)
|
ConvertSizeFromBase(CGSize)
|
(Inherited from NSView)
|
ConvertSizeFromLayer(CGSize)
|
(Inherited from NSView)
|
ConvertSizeFromView(CGSize, NSView)
|
(Inherited from NSView)
|
ConvertSizeToBacking(CGSize)
|
(Inherited from NSView)
|
ConvertSizeToBase(CGSize)
|
(Inherited from NSView)
|
ConvertSizeToLayer(CGSize)
|
(Inherited from NSView)
|
ConvertSizeToView(CGSize, NSView)
|
(Inherited from NSView)
|
Copy()
|
Performs a copy of the underlying Objective-C object.
(Inherited from NSObject)
|
CursorUpdate(NSEvent)
|
(Inherited from NSResponder)
|
DangerousAutorelease()
|
(Inherited from NSObject)
|
DangerousRelease()
|
(Inherited from NSObject)
|
DangerousRetain()
|
(Inherited from NSObject)
|
DataWithEpsInsideRect(CGRect)
|
(Inherited from NSView)
|
DataWithPdfInsideRect(CGRect)
|
(Inherited from NSView)
|
DeselectAll(NSObject)
|
DeselectColumn(nint)
|
DeselectRow(nint)
|
DidAddSubview(NSView)
|
(Inherited from NSView)
|
DidChange(NSKeyValueChange, NSIndexSet, NSString)
|
Indicates a change occurred to the indexes for a to-many relationship.
(Inherited from NSObject)
|
DidChange(NSString, NSKeyValueSetMutationKind, NSSet)
|
(Inherited from NSObject)
|
DidChangeBackingProperties()
|
(Inherited from NSView)
|
DidChangeValue(String)
|
Indicates that a change occurred on the specified key.
(Inherited from NSObject)
|
DidCloseMenu(NSMenu, NSEvent)
|
(Inherited from NSView)
|
DiscardCursorRects()
|
(Inherited from NSView)
|
Display()
|
(Inherited from NSView)
|
DisplayIfNeeded()
|
(Inherited from NSView)
|
DisplayIfNeededIgnoringOpacity()
|
(Inherited from NSView)
|
DisplayIfNeededInRect(CGRect)
|
(Inherited from NSView)
|
DisplayIfNeededInRectIgnoringOpacity(CGRect)
|
(Inherited from NSView)
|
DisplayRect(CGRect)
|
(Inherited from NSView)
|
DisplayRectIgnoringOpacity(CGRect, NSGraphicsContext)
|
(Inherited from NSView)
|
DisplayRectIgnoringOpacity(CGRect)
|
(Inherited from NSView)
|
Dispose()
|
Releases the resources used by the NSObject object.
(Inherited from NSObject)
|
Dispose(Boolean)
|
DoesNotRecognizeSelector(Selector)
|
Indicates that this object does not recognize the specified selector.
(Inherited from NSObject)
|
DragFile(String, CGRect, Boolean, NSEvent)
|
(Inherited from NSView)
|
DraggedImageBeganAt(NSImage, CGPoint)
|
DraggedImageEndedAtDeposited(NSImage, CGPoint, Boolean)
|
DraggedImageEndedAtOperation(NSImage, CGPoint, NSDragOperation)
|
DraggedImageMovedTo(NSImage, CGPoint)
|
DraggingEnded(NSDraggingInfo)
|
(Inherited from NSView)
|
DraggingEntered(NSDraggingInfo)
|
(Inherited from NSView)
|
DraggingExited(NSDraggingInfo)
|
(Inherited from NSView)
|
DraggingSourceOperationMaskForLocal(Boolean)
|
DraggingUpdated(NSDraggingInfo)
|
(Inherited from NSView)
|
DragImage(NSImage, CGPoint, CGSize, NSEvent, NSPasteboard, NSObject, Boolean)
|
(Inherited from NSView)
|
DragImageForRowsWithIndexestableColumnseventoffset(NSIndexSet, NSTableColumn[], NSEvent, CGPoint)
|
DragPromisedFilesOfTypes(String[], CGRect, NSObject, Boolean, NSEvent)
|
(Inherited from NSView)
|
DrawBackground(CGRect)
|
DrawCell(NSCell)
|
(Inherited from NSControl)
|
DrawCellInside(NSCell)
|
(Inherited from NSControl)
|
DrawFocusRingMask()
|
(Inherited from NSView)
|
DrawGrid(CGRect)
|
DrawPageBorder(CGSize)
|
(Inherited from NSView)
|
DrawRect(CGRect)
|
(Inherited from NSView)
|
DrawRow(nint, CGRect)
|
DrawSheetBorder(CGSize)
|
(Inherited from NSView)
|
DrawWithExpansionFrame(CGRect, NSView)
|
(Inherited from NSControl)
|
EditColumn(nint, nint, NSEvent, Boolean)
|
EditWithFrame(CGRect, NSText, NSObject, NSEvent)
|
(Inherited from NSControl)
|
EncodeRestorableState(NSCoder, NSOperationQueue)
|
(Inherited from NSResponder)
|
EncodeRestorableState(NSCoder)
|
(Inherited from NSResponder)
|
EncodeTo(NSCoder)
|
(Inherited from NSResponder)
|
EndDocument()
|
(Inherited from NSView)
|
EndEditing(NSText)
|
(Inherited from NSControl)
|
EndGestureWithEvent(NSEvent)
|
(Inherited from NSResponder)
|
EndPage()
|
(Inherited from NSView)
|
EndUpdates()
|
EnterFullscreenModeWithOptions(NSScreen, NSDictionary)
|
(Inherited from NSView)
|
EnumerateAvailableRowViews(NSTableViewRowHandler)
|
Equals(NSObject)
|
(Inherited from NSObject)
|
Equals(Object)
|
(Inherited from NSObject)
|
ExerciseAmbiguityInLayout()
|
(Inherited from NSView)
|
ExitFullscreenModeWithOptions(NSDictionary)
|
(Inherited from NSView)
|
ExposedBindings()
|
(Inherited from NSObject)
|
FindColumn(NSString)
|
FindTableColumn(NSString)
|
FlagsChanged(NSEvent)
|
(Inherited from NSResponder)
|
FlushBufferedKeyEvents()
|
(Inherited from NSResponder)
|
GetAccessibilityActionDescription(NSString)
|
(Inherited from NSView)
|
GetAccessibilityArrayAttributeCount(NSString)
|
(Inherited from NSView)
|
GetAccessibilityArrayAttributeValues(NSString, nuint, nuint)
|
(Inherited from NSView)
|
GetAccessibilityAttributedString(NSRange)
|
(Inherited from NSView)
|
GetAccessibilityCellForColumn(nint, nint)
|
(Inherited from NSView)
|
GetAccessibilityFocusedUIElement()
|
(Inherited from NSView)
|
GetAccessibilityFrame(NSRange)
|
(Inherited from NSView)
|
GetAccessibilityHitTest(CGPoint)
|
(Inherited from NSView)
|
GetAccessibilityIndexOfChild(NSObject)
|
(Inherited from NSView)
|
GetAccessibilityLayoutForScreen(CGPoint)
|
(Inherited from NSView)
|
GetAccessibilityLayoutForScreen(CGSize)
|
(Inherited from NSView)
|
GetAccessibilityLine(nint)
|
(Inherited from NSView)
|
GetAccessibilityRange(CGPoint)
|
(Inherited from NSView)
|
GetAccessibilityRange(nint)
|
(Inherited from NSView)
|
GetAccessibilityRangeForLine(nint)
|
(Inherited from NSView)
|
GetAccessibilityRtf(NSRange)
|
(Inherited from NSView)
|
GetAccessibilityScreenForLayout(CGPoint)
|
(Inherited from NSView)
|
GetAccessibilityScreenForLayout(CGSize)
|
(Inherited from NSView)
|
GetAccessibilityString(NSRange)
|
(Inherited from NSView)
|
GetAccessibilityStyleRange(nint)
|
(Inherited from NSView)
|
GetAccessibilityValue(NSString, NSObject)
|
(Inherited from NSView)
|
GetAccessibilityValue(NSString)
|
(Inherited from NSView)
|
GetAlignmentRectForFrame(CGRect)
|
(Inherited from NSView)
|
GetBindingInfo(NSString)
|
(Inherited from NSObject)
|
GetBindingOptionDescriptions(NSString)
|
(Inherited from NSObject)
|
GetBindingValueClass(NSString)
|
(Inherited from NSObject)
|
GetCell(nint, nint)
|
GetCellFrame(nint, nint)
|
GetColumn(CGPoint)
|
GetColumnIndexesInRect(CGRect)
|
GetConstraintsAffectingLayout(NSLayoutConstraintOrientation)
|
(Inherited from NSView)
|
GetContentCompressionResistancePriority(NSLayoutConstraintOrientation)
|
(Inherited from NSView)
|
GetContentHuggingPriorityForOrientation(NSLayoutConstraintOrientation)
|
(Inherited from NSView)
|
GetDictionaryOfValuesFromKeys(NSString[])
|
Retrieves the values of the specified keys.
(Inherited from NSObject)
|
GetFrameForAlignmentRect(CGRect)
|
(Inherited from NSView)
|
GetHashCode()
|
Generates a hash code for the current instance.
(Inherited from NSObject)
|
GetIndicatorImage(NSTableColumn)
|
GetMethodForSelector(Selector)
|
(Inherited from NSObject)
|
GetNativeField(String)
|
Obsolete.
(Inherited from NSObject)
|
GetNativeHash()
|
(Inherited from NSObject)
|
GetNewWindowForTab(NSObject)
|
(Inherited from NSResponder)
|
GetRow(CGPoint)
|
GetRowView(nint, Boolean)
|
GetView(nint, nint, Boolean)
|
GState()
|
(Inherited from NSView)
|
HelpRequested(NSEvent)
|
(Inherited from NSResponder)
|
HideRows(NSIndexSet, NSTableViewAnimation)
|
HighlightSelection(CGRect)
|
HitTest(CGPoint)
|
(Inherited from NSView)
|
Init()
|
(Inherited from NSObject)
|
InitializeHandle(IntPtr, String)
|
(Inherited from NSObject)
|
InitializeHandle(IntPtr)
|
(Inherited from NSObject)
|
InsertRows(NSIndexSet, NSTableViewAnimation)
|
InterpretKeyEvents(NSEvent[])
|
(Inherited from NSResponder)
|
InvalidateIntrinsicContentSize()
|
(Inherited from NSView)
|
InvalidateIntrinsicContentSizeForCell(NSCell)
|
(Inherited from NSControl)
|
InvalidateRestorableState()
|
(Inherited from NSResponder)
|
Invoke(Action, Double)
|
(Inherited from NSObject)
|
Invoke(Action, TimeSpan)
|
(Inherited from NSObject)
|
InvokeOnMainThread(Action)
|
(Inherited from NSObject)
|
InvokeOnMainThread(Selector, NSObject)
|
Invokes synchrously the specified code on the main UI thread.
(Inherited from NSObject)
|
IsAccessibilityAttributeSettable(NSString)
|
(Inherited from NSView)
|
IsAccessibilitySelectorAllowed(Selector)
|
(Inherited from NSView)
|
IsColumnSelected(nint)
|
IsDescendantOf(NSView)
|
(Inherited from NSView)
|
IsEqual(NSObject)
|
(Inherited from NSObject)
|
IsKindOfClass(Class)
|
(Inherited from NSObject)
|
IsMemberOfClass(Class)
|
(Inherited from NSObject)
|
IsMouseInRect(CGPoint, CGRect)
|
(Inherited from NSView)
|
IsRowSelected(nint)
|
KeyDown(NSEvent)
|
(Inherited from NSResponder)
|
KeyUp(NSEvent)
|
(Inherited from NSResponder)
|
KnowsPageRange(NSRange)
|
(Inherited from NSView)
|
Layout()
|
(Inherited from NSView)
|
LayoutSubtreeIfNeeded()
|
(Inherited from NSView)
|
LocationOfPrintRect(CGRect)
|
(Inherited from NSView)
|
LockFocus()
|
(Inherited from NSView)
|
LockFocusIfCanDraw()
|
(Inherited from NSView)
|
LockFocusIfCanDrawInContext(NSGraphicsContext)
|
(Inherited from NSView)
|
MagnifyWithEvent(NSEvent)
|
(Inherited from NSResponder)
|
MakeBackingLayer()
|
(Inherited from NSView)
|
MakeView(String, NSObject)
|
MarkDirty()
|
Promotes a regular peer object (IsDirectBinding is true) into a toggleref object.
(Inherited from NSObject)
|
MenuForEvent(NSEvent)
|
(Inherited from NSView)
|
MouseDown(NSEvent)
|
(Inherited from NSControl)
|
MouseDragged(NSEvent)
|
(Inherited from NSResponder)
|
MouseEntered(NSEvent)
|
(Inherited from NSResponder)
|
MouseExited(NSEvent)
|
(Inherited from NSResponder)
|
MouseMoved(NSEvent)
|
(Inherited from NSResponder)
|
MouseUp(NSEvent)
|
(Inherited from NSResponder)
|
MoveColumn(nint, nint)
|
MoveRow(nint, nint)
|
MutableCopy()
|
Creates a mutable copy of the specified NSObject.
(Inherited from NSObject)
|
NamesOfPromisedFilesDroppedAtDestination(NSUrl)
|
NeedsToDraw(CGRect)
|
(Inherited from NSView)
|
NoResponderFor(Selector)
|
(Inherited from NSResponder)
|
NoteFocusRingMaskChanged()
|
(Inherited from NSView)
|
NoteHeightOfRowsWithIndexesChanged(NSIndexSet)
|
NoteNumberOfRowsChanged()
|
ObjectDidEndEditing(NSObject)
|
(Inherited from NSObject)
|
ObserveValue(NSString, NSObject, NSDictionary, IntPtr)
|
Indicates that the value at the specified keyPath relative to this object has changed.
(Inherited from NSObject)
|
OtherMouseDown(NSEvent)
|
(Inherited from NSResponder)
|
OtherMouseDragged(NSEvent)
|
(Inherited from NSResponder)
|
OtherMouseUp(NSEvent)
|
(Inherited from NSResponder)
|
PerformClick(nint, nint)
|
PerformClick(NSObject)
|
(Inherited from NSControl)
|
PerformDragOperation(NSDraggingInfo)
|
(Inherited from NSView)
|
PerformKeyEquivalent(NSEvent)
|
(Inherited from NSView)
|
PerformMnemonic(String)
|
(Inherited from NSView)
|
PerformSelector(Selector, NSObject, Double, NSString[])
|
(Inherited from NSObject)
|
PerformSelector(Selector, NSObject, Double)
|
Invokes the selector on the current instance and if the obj is not null, it passes this as its single parameter.
(Inherited from NSObject)
|
PerformSelector(Selector, NSObject, NSObject)
|
(Inherited from NSObject)
|
PerformSelector(Selector, NSObject)
|
(Inherited from NSObject)
|
PerformSelector(Selector, NSThread, NSObject, Boolean, NSString[])
|
(Inherited from NSObject)
|
PerformSelector(Selector, NSThread, NSObject, Boolean)
|
(Inherited from NSObject)
|
PerformSelector(Selector)
|
(Inherited from NSObject)
|
PrepareContentInRect(CGRect)
|
(Inherited from NSView)
|
PrepareForDragOperation(NSDraggingInfo)
|
(Inherited from NSView)
|
PrepareForInterfaceBuilder()
|
(Inherited from NSObject)
|
PrepareForReuse()
|
(Inherited from NSView)
|
PresentError(NSError, NSWindow, NSObject, Selector, IntPtr)
|
(Inherited from NSResponder)
|
PresentError(NSError)
|
(Inherited from NSResponder)
|
PressureChange(NSEvent)
|
(Inherited from NSResponder)
|
Print(NSObject)
|
(Inherited from NSView)
|
QuickLook(NSEvent)
|
(Inherited from NSResponder)
|
RectForColumn(nint)
|
RectForPage(nint)
|
(Inherited from NSView)
|
RectForRow(nint)
|
RectForSmartMagnificationAtPoint(CGPoint, CGRect)
|
(Inherited from NSView)
|
RegisteredDragTypes()
|
(Inherited from NSView)
|
RegisterForDraggedTypes(String[])
|
(Inherited from NSView)
|
RegisterNib(NSNib, String)
|
ReleaseGState()
|
(Inherited from NSView)
|
ReloadData()
|
ReloadData(NSIndexSet, NSIndexSet)
|
RemoveAllToolTips()
|
(Inherited from NSView)
|
RemoveColumn(NSTableColumn)
|
RemoveConstraint(NSLayoutConstraint)
|
(Inherited from NSView)
|
RemoveConstraints(NSLayoutConstraint[])
|
(Inherited from NSView)
|
RemoveCursorRect(CGRect, NSCursor)
|
(Inherited from NSView)
|
RemoveFromSuperview()
|
(Inherited from NSView)
|
RemoveFromSuperviewWithoutNeedingDisplay()
|
(Inherited from NSView)
|
RemoveGestureRecognizer(NSGestureRecognizer)
|
(Inherited from NSView)
|
RemoveLayoutGuide(NSLayoutGuide)
|
(Inherited from NSView)
|
RemoveObserver(NSObject, NSString, IntPtr)
|
Stops the specified observer from receiving further notifications of changed values for the specified keyPath and context.
(Inherited from NSObject)
|
RemoveObserver(NSObject, NSString)
|
Stops the specified observer from receiving further notifications of changed values for the specified keyPath.
(Inherited from NSObject)
|
RemoveObserver(NSObject, String, IntPtr)
|
Stops the specified observer from receiving further notifications of changed values for the specified keyPath and context.
(Inherited from NSObject)
|
RemoveObserver(NSObject, String)
|
Stops the specified observer from receiving further notifications of changed values for the specified keyPath.
(Inherited from NSObject)
|
RemoveRows(NSIndexSet, NSTableViewAnimation)
|
RemoveToolTip(nint)
|
(Inherited from NSView)
|
RemoveTrackingArea(NSTrackingArea)
|
(Inherited from NSView)
|
RemoveTrackingRect(nint)
|
(Inherited from NSView)
|
RenewGState()
|
(Inherited from NSView)
|
ReplaceSubviewWith(NSView, NSView)
|
(Inherited from NSView)
|
ResetCursorRects()
|
(Inherited from NSView)
|
ResignFirstResponder()
|
(Inherited from NSResponder)
|
ResizeSubviewsWithOldSize(CGSize)
|
(Inherited from NSView)
|
ResizeWithOldSuperviewSize(CGSize)
|
(Inherited from NSView)
|
RespondsToSelector(Selector)
|
Whether this object recognizes the specified selector.
(Inherited from NSObject)
|
RestoreState(NSCoder)
|
(Inherited from NSResponder)
|
RestoreUserActivityState(NSUserActivity)
|
(Inherited from NSResponder)
|
RightMouseDown(NSEvent)
|
(Inherited from NSResponder)
|
RightMouseDragged(NSEvent)
|
(Inherited from NSResponder)
|
RightMouseUp(NSEvent)
|
(Inherited from NSResponder)
|
RotateByAngle(nfloat)
|
(Inherited from NSView)
|
RotateWithEvent(NSEvent)
|
(Inherited from NSResponder)
|
RowForView(NSView)
|
RowsInRect(CGRect)
|
RowViewAdded(NSTableRowView, nint)
|
RowViewRemoved(NSTableRowView, nint)
|
ScaleUnitSquareToSize(CGSize)
|
(Inherited from NSView)
|
ScrollColumnToVisible(nint)
|
ScrollPoint(CGPoint)
|
(Inherited from NSView)
|
ScrollRect(CGRect, CGSize)
|
(Inherited from NSView)
|
ScrollRectToVisible(CGRect)
|
(Inherited from NSView)
|
ScrollRowToVisible(nint)
|
ScrollWheel(NSEvent)
|
(Inherited from NSResponder)
|
SelectAll(NSObject)
|
SelectCell(NSCell)
|
(Inherited from NSControl)
|
SelectColumn(nint, Boolean)
|
SelectColumns(NSIndexSet, Boolean)
|
SelectRow(nint, Boolean)
|
SelectRows(NSIndexSet, Boolean)
|
SelectWithFrame(CGRect, NSText, NSObject, nint, nint)
|
(Inherited from NSControl)
|
SendAction(Selector, NSObject)
|
(Inherited from NSControl)
|
SendActionOn(NSEventType)
|
(Inherited from NSControl)
|
SetAccessibilityValue(NSString, NSObject)
|
(Inherited from NSView)
|
SetBoundsOrigin(CGPoint)
|
(Inherited from NSView)
|
SetBoundsSize(CGSize)
|
(Inherited from NSView)
|
SetContentCompressionResistancePriority(Single, NSLayoutConstraintOrientation)
|
(Inherited from NSView)
|
SetContentHuggingPriorityForOrientation(Single, NSLayoutConstraintOrientation)
|
(Inherited from NSView)
|
SetDraggingSourceOperationMask(NSDragOperation, Boolean)
|
SetDropRowDropOperation(nint, NSTableViewDropOperation)
|
SetFrameOrigin(CGPoint)
|
(Inherited from NSView)
|
SetFrameSize(CGSize)
|
(Inherited from NSView)
|
SetIndicatorImage(NSImage, NSTableColumn)
|
SetKeyboardFocusRingNeedsDisplay(CGRect)
|
(Inherited from NSView)
|
SetNativeField(String, NSObject)
|
Obsolete.
(Inherited from NSObject)
|
SetNeedsDisplay()
|
(Inherited from NSControl)
|
SetNeedsDisplayInRect(CGRect)
|
(Inherited from NSView)
|
SetNilValueForKey(NSString)
|
Sets the value of the specified key to null.
(Inherited from NSObject)
|
SetUpGState()
|
(Inherited from NSView)
|
SetValueForKey(NSObject, NSString)
|
Sets the value of the property specified by the key to the specified value.
(Inherited from NSObject)
|
SetValueForKeyPath(IntPtr, NSString)
|
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.
(Inherited from NSObject)
|
SetValueForKeyPath(NSObject, NSString)
|
Sets the value of a property that can be reached using a keypath.
(Inherited from NSObject)
|
SetValueForUndefinedKey(NSObject, NSString)
|
Indicates an attempt to write a value to an undefined key. If not overridden, raises an NSUndefinedKeyException.
(Inherited from NSObject)
|
SetValuesForKeysWithDictionary(NSDictionary)
|
Sets the values of this NSObject to those in the specified dictionary.
(Inherited from NSObject)
|
ShouldBeTreatedAsInkEvent(NSEvent)
|
(Inherited from NSResponder)
|
ShouldDelayWindowOrderingForEvent(NSEvent)
|
(Inherited from NSView)
|
ShouldFocusCell(NSCell, nint, nint)
|
ShowContextHelp(NSObject)
|
(Inherited from NSResponder)
|
SizeLastColumnToFit()
|
SizeThatFits(CGSize)
|
(Inherited from NSControl)
|
SizeToFit()
|
SmartMagnify(NSEvent)
|
(Inherited from NSResponder)
|
SupplementalTargetForAction(Selector, NSObject)
|
(Inherited from NSResponder)
|
SwipeWithEvent(NSEvent)
|
(Inherited from NSResponder)
|
TableColumns()
|
TabletPoint(NSEvent)
|
(Inherited from NSResponder)
|
TabletProximity(NSEvent)
|
(Inherited from NSResponder)
|
TakeDoubleValueFrom(NSObject)
|
(Inherited from NSControl)
|
TakeFloatValueFrom(NSObject)
|
(Inherited from NSControl)
|
TakeIntegerValueFrom(NSObject)
|
(Inherited from NSControl)
|
TakeIntValueFrom(NSObject)
|
(Inherited from NSControl)
|
TakeObjectValueFrom(NSObject)
|
(Inherited from NSControl)
|
TakeStringValueFrom(NSObject)
|
(Inherited from NSControl)
|
TextDidBeginEditing(NSNotification)
|
TextDidChange(NSNotification)
|
TextDidEndEditing(NSNotification)
|
TextShouldBeginEditing(NSText)
|
TextShouldEndEditing(NSText)
|
Tile()
|
ToString()
|
Returns a string representation of the value of the current instance.
(Inherited from NSObject)
|
TouchesBeganWithEvent(NSEvent)
|
(Inherited from NSResponder)
|
TouchesCancelledWithEvent(NSEvent)
|
(Inherited from NSResponder)
|
TouchesEndedWithEvent(NSEvent)
|
(Inherited from NSResponder)
|
TouchesMovedWithEvent(NSEvent)
|
(Inherited from NSResponder)
|
TrackingAreas()
|
(Inherited from NSView)
|
TranslateOriginToPoint(CGPoint)
|
(Inherited from NSView)
|
TranslateRectsNeedingDisplay(CGRect, CGSize)
|
(Inherited from NSView)
|
TryToPerformwith(Selector, NSObject)
|
(Inherited from NSResponder)
|
Unbind(NSString)
|
(Inherited from NSObject)
|
Unbind(String)
|
Obsolete.
(Inherited from NSObject)
|
UnhideRows(NSIndexSet, NSTableViewAnimation)
|
UnlockFocus()
|
(Inherited from NSView)
|
UnregisterDraggedTypes()
|
(Inherited from NSView)
|
UpdateCell(NSCell)
|
(Inherited from NSControl)
|
UpdateCellInside(NSCell)
|
(Inherited from NSControl)
|
UpdateConstraints()
|
(Inherited from NSView)
|
UpdateConstraintsForSubtreeIfNeeded()
|
(Inherited from NSView)
|
UpdateLayer()
|
(Inherited from NSView)
|
UpdateTrackingAreas()
|
(Inherited from NSView)
|
UpdateUserActivityState(NSUserActivity)
|
(Inherited from NSResponder)
|
ValidateEditing()
|
(Inherited from NSControl)
|
ValidateUserInterfaceItem(INSValidatedUserInterfaceItem)
|
ValidRequestorForSendType(String, String)
|
(Inherited from NSResponder)
|
ValueForKey(NSString)
|
Returns the value of the property associated with the specified key.
(Inherited from NSObject)
|
ValueForKeyPath(NSString)
|
Returns the value of a property that can be reached using a keypath.
(Inherited from NSObject)
|
ValueForUndefinedKey(NSString)
|
Indicates an attempt to read a value of an undefined key. If not overridden, raises an NSUndefinedKeyException.
(Inherited from NSObject)
|
ViewDidChangeEffectiveAppearance()
|
(Inherited from NSView)
|
ViewDidEndLiveResize()
|
(Inherited from NSView)
|
ViewDidHide()
|
(Inherited from NSView)
|
ViewDidMoveToSuperview()
|
(Inherited from NSView)
|
ViewDidMoveToWindow()
|
(Inherited from NSView)
|
ViewDidUnhide()
|
(Inherited from NSView)
|
ViewWillDraw()
|
(Inherited from NSView)
|
ViewWillMoveToSuperview(NSView)
|
(Inherited from NSView)
|
ViewWillMoveToWindow(NSWindow)
|
(Inherited from NSView)
|
ViewWillStartLiveResize()
|
(Inherited from NSView)
|
ViewWithTag(nint)
|
(Inherited from NSView)
|
VisibleRect()
|
(Inherited from NSView)
|
WantsForwardedScrollEventsForAxis(NSEventGestureAxis)
|
(Inherited from NSResponder)
|
WantsScrollEventsForSwipeTrackingOnAxis(NSEventGestureAxis)
|
(Inherited from NSResponder)
|
WillChange(NSKeyValueChange, NSIndexSet, NSString)
|
Indicates that the values of the specified indices in the specified key are about to change.
(Inherited from NSObject)
|
WillChange(NSString, NSKeyValueSetMutationKind, NSSet)
|
(Inherited from NSObject)
|
WillChangeValue(String)
|
Indicates that the value of the specified key is about to change.
(Inherited from NSObject)
|
WillOpenMenu(NSMenu, NSEvent)
|
(Inherited from NSView)
|
WillPresentError(NSError)
|
(Inherited from NSResponder)
|
WillRemoveSubview(NSView)
|
(Inherited from NSView)
|
WriteEpsInsideRect(CGRect, NSPasteboard)
|
(Inherited from NSView)
|
WritePdfInsideRect(CGRect, NSPasteboard)
|
(Inherited from NSView)
|