MonobjcMonobjc Documented Class Library
AllowsDroppingOnItems Property
NamespacesMonobjc.QuartzIKImageBrowserViewAllowsDroppingOnItems

Returns whether the user can drop on items.

Original signature is '- (BOOL)allowsDroppingOnItems'

Available in Mac OS X v10.6 and later.

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

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