MonobjcMonobjc Documented Class Library
RemoveSelectionIndexes Method (indexes)
NamespacesMonobjc.AppKitNSArrayControllerRemoveSelectionIndexes(NSIndexSet)

Removes the object as the specified indexes from the receiver’s current selection, returning YES if the selection was changed.

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

Available in Mac OS X v10.3 and later.

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

[Missing <returns> documentation for "M:Monobjc.AppKit.NSArrayController.RemoveSelectionIndexes(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)