MonobjcMonobjc Documented Class Library
PathControlValidateDrop Method (pathControl, info)
NamespacesMonobjc.AppKitINSPathControlDelegatePathControlValidateDrop(NSPathControl, INSDraggingInfo)

Implement this method to enable dragging onto the control.

Original signature is '- (NSDragOperation)pathControl:(NSPathControl *)pathControl validateDrop:(id < NSDraggingInfo >)info'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
NSDragOperation PathControlValidateDrop(
	NSPathControl pathControl,
	INSDraggingInfo info
)
Function PathControlValidateDrop ( _
	pathControl As NSPathControl, _
	info As INSDraggingInfo _
) As NSDragOperation
NSDragOperation PathControlValidateDrop(
	NSPathControl^ pathControl, 
	INSDraggingInfo^ info
)
Parameters
pathControl (NSPathControl)
The path control that sent the message.
info (INSDraggingInfo)
An object containing details about this dragging operation.
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.INSPathControlDelegate.PathControlValidateDrop(Monobjc.AppKit.NSPathControl,Monobjc.AppKit.INSDraggingInfo)"]

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)