MonobjcMonobjc Documented Class Library
SetSelectionIndexes Method (indexes)
NamespacesMonobjc.AppKitNSArrayControllerSetSelectionIndexes(NSIndexSet)

Sets the receiver’s selection indexes and returns a Boolean value that indicates whether the selection changed.

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

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool SetSelectionIndexes(
	NSIndexSet indexes
)
Public Overridable Function SetSelectionIndexes ( _
	indexes As NSIndexSet _
) As Boolean
public:
virtual bool SetSelectionIndexes(
	NSIndexSet^ indexes
)
Parameters
indexes (NSIndexSet)
The set of selection indexes for the receiver.
Return Value
YES if the selection was changed, 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.AppKit (Module: Monobjc.AppKit)