MonobjcMonobjc Documented Class Library
AllowsMultipleSelection Property
NamespacesMonobjc.AddressBookABPeoplePickerViewAllowsMultipleSelection

A Boolean value that specifies whether multiple groups, records, or values of multivalue properties can be selected at a time.

Original signature is '@property (nonatomic, assign) BOOL allowsMultipleSelection'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool AllowsMultipleSelection { get; set; }
Public Overridable Property AllowsMultipleSelection As Boolean
	Get
	Set
public:
virtual property bool AllowsMultipleSelection {
	bool get ();
	void set (bool value);
}
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.AddressBook (Module: Monobjc.AddressBook)