MonobjcMonobjc Documented Class Library
SetDropIndexDropOperation Method (index, operation)
NamespacesMonobjc.QuartzIKImageBrowserViewSetDropIndexDropOperation(NSInteger, IKImageBrowserDropOperation)

Allows the class to retarget the drop action.

Original signature is '- (void)setDropIndex:(NSInteger)index dropOperation:(IKImageBrowserDropOperation)operation'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetDropIndexDropOperation(
	NSInteger index,
	IKImageBrowserDropOperation operation
)
Public Overridable Sub SetDropIndexDropOperation ( _
	index As NSInteger, _
	operation As IKImageBrowserDropOperation _
)
public:
virtual void SetDropIndexDropOperation(
	NSInteger index, 
	IKImageBrowserDropOperation operation
)
Parameters
index (NSInteger)
The requested drop index.
operation (IKImageBrowserDropOperation)
The requested drop operation. The possible values are described in IKImageBrowserDropOperation.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)