MonobjcMonobjc Documented Class Library
RemoveSelectionIndexPaths Method (indexPaths)
NamespacesMonobjc.AppKitNSTreeControllerRemoveSelectionIndexPaths(NSArray)

Removes the objects at the specified indexPaths from the receiver’s current selection, returning YES if the selection was changed.

Original signature is '- (BOOL)removeSelectionIndexPaths:(NSArray *)indexPaths'

Available in Mac OS X v10.4 and later.

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

[Missing <returns> documentation for "M:Monobjc.AppKit.NSTreeController.RemoveSelectionIndexPaths(Monobjc.Foundation.NSArray)"]

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)