MonobjcMonobjc Documented Class Library
DragOperationForDraggingInfoType Method (dragInfo, type)
NamespacesMonobjc.AppKitNSTextViewDragOperationForDraggingInfoType(INSDraggingInfo, NSString)

Returns the type of drag operation that should be performed if the image were released now.

Original signature is '- (NSDragOperation)dragOperationForDraggingInfo:(id < NSDraggingInfo >)dragInfo type:(NSString *)type'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSDragOperation DragOperationForDraggingInfoType(
	INSDraggingInfo dragInfo,
	NSString type
)
Public Overridable Function DragOperationForDraggingInfoType ( _
	dragInfo As INSDraggingInfo, _
	type As NSString _
) As NSDragOperation
public:
virtual NSDragOperation DragOperationForDraggingInfoType(
	INSDraggingInfo^ dragInfo, 
	NSString^ type
)
Parameters
dragInfo (INSDraggingInfo)
The drag information.
type (NSString)
The pasteboard type that will be read from the dragging pasteboard.
Return Value
The drag operation that should be performed if the image were released now.
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)