MonobjcMonobjc Documented Class Library
NSTableViewDraggingDestinationFeedbackStyle Enumeration
NamespacesMonobjc.AppKitNSTableViewDraggingDestinationFeedbackStyle

These constants specify the drag styles displayed by the table view. They’re used by the draggingDestinationFeedbackStyle and setDraggingDestinationFeedbackStyle:

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSTableViewDraggingDestinationFeedbackStyle
Public Enumeration NSTableViewDraggingDestinationFeedbackStyle
public enum class NSTableViewDraggingDestinationFeedbackStyle
Members
MemberDescription
NSTableViewDraggingDestinationFeedbackStyleNone

Provides no feedback when the user drags over the table view. This option exists to allow subclasses to implement their dragging destination highlighting, or to make it not show anything all.

Available in Mac OS X v10.6 and later.


NSTableViewDraggingDestinationFeedbackStyleRegular

Draws a solid round-rect background on drop target rows, and an insertion marker between rows. This style should be used in most cases.

Available in Mac OS X v10.6 and later.


NSTableViewDraggingDestinationFeedbackStyleSourceList

Draws an outline on drop target rows, and an insertion marker between rows. This style will automatically be set for source lists when the table’s setSelectionHighlightStyle: is set to NSTableViewSelectionHighlightStyleSourceList. This is the standard look for Source Lists, but may be used in other areas as needed.

Available in Mac OS X v10.6 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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