MonobjcMonobjc Documented Class Library
SelectRecordByExtendingSelection Method (record, extend)
NamespacesMonobjc.AddressBookABPeoplePickerViewSelectRecordByExtendingSelection(ABRecord, Boolean)

Selects a record or a set of records in the record list.

Original signature is '- (void)selectRecord:(ABRecord *)record byExtendingSelection:(BOOL)extend'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SelectRecordByExtendingSelection(
	ABRecord record,
	bool extend
)
Public Overridable Sub SelectRecordByExtendingSelection ( _
	record As ABRecord, _
	extend As Boolean _
)
public:
virtual void SelectRecordByExtendingSelection(
	ABRecord^ record, 
	bool extend
)
Parameters
record (ABRecord)
The record to be selected, or to be added to the current selection.
extend (Boolean)
YES to extend the current selection; otherwise, NO.
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)