MonobjcMonobjc Documented Class Library
SelectionIndexPaths Property
NamespacesMonobjc.AppKitNSBrowserSelectionIndexPaths

Returns an array containing the index paths of all items selected in the browser.

Original signature is '- (NSArray *)selectionIndexPaths'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSArray SelectionIndexPaths { get; set; }
Public Overridable Property SelectionIndexPaths As NSArray
	Get
	Set
public:
virtual property NSArray^ SelectionIndexPaths {
	NSArray^ get ();
	void set (NSArray^ value);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)