MonobjcMonobjc Documented Class Library
AddSelectionIndexes Method (indexes)
NamespacesMonobjc.AppKitNSArrayControllerAddSelectionIndexes(NSIndexSet)

Adds the objects at the specified indexes in the receiver’s content array to the current selection, returning YES if the selection was changed.

Original signature is '- (BOOL)addSelectionIndexes:(NSIndexSet *)indexes'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool AddSelectionIndexes(
	NSIndexSet indexes
)
Public Overridable Function AddSelectionIndexes ( _
	indexes As NSIndexSet _
) As Boolean
public:
virtual bool AddSelectionIndexes(
	NSIndexSet^ indexes
)
Parameters
indexes (NSIndexSet)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSArrayController.AddSelectionIndexes(Monobjc.Foundation.NSIndexSet)"]

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