MonobjcMonobjc Documented Class Library
SetSelectionIndexPaths Method (indexPaths)
NamespacesMonobjc.AppKitNSTreeControllerSetSelectionIndexPaths(NSArray)

Sets the receiver’s current selection to the specified index paths.

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

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool SetSelectionIndexPaths(
	NSArray indexPaths
)
Public Overridable Function SetSelectionIndexPaths ( _
	indexPaths As NSArray _
) As Boolean
public:
virtual bool SetSelectionIndexPaths(
	NSArray^ indexPaths
)
Parameters
indexPaths (NSArray)
An array of NSIndexpath objects specifying the selected objects.
Return Value
Return YES if the selection has 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)