MonobjcMonobjc Documented Class Library
IKImageBrowserDropOperation Enumeration
NamespacesMonobjc.QuartzIKImageBrowserDropOperation

These constants specify the locations for dropping items onto the browser view. Used by the method setDropIndex:dropOperation:.

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum IKImageBrowserDropOperation
Public Enumeration IKImageBrowserDropOperation
public enum class IKImageBrowserDropOperation
Members
MemberDescription
IKImageBrowserDropOn

Drop the item on the cell.

Available in Mac OS X v10.6 and later.


IKImageBrowserDropBefore

Drop the item before the cell.

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.Quartz (Module: Monobjc.Quartz)