MonobjcMonobjc Documented Class Library
DraggingDestinationFeedbackStyle Property
NamespacesMonobjc.AppKitNSTableViewDraggingDestinationFeedbackStyle

Returns the feedback style displayed when the user drags over the table view.

Original signature is '- (NSTableViewDraggingDestinationFeedbackStyle)draggingDestinationFeedbackStyle'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSTableViewDraggingDestinationFeedbackStyle DraggingDestinationFeedbackStyle { get; set; }
Public Overridable Property DraggingDestinationFeedbackStyle As NSTableViewDraggingDestinationFeedbackStyle
	Get
	Set
public:
virtual property NSTableViewDraggingDestinationFeedbackStyle DraggingDestinationFeedbackStyle {
	NSTableViewDraggingDestinationFeedbackStyle get ();
	void set (NSTableViewDraggingDestinationFeedbackStyle value);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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