MonobjcMonobjc Documented Class Library
BrowserChildOfItem Method (browser, index, item)
NamespacesMonobjc.AppKitINSBrowserDelegateBrowserChildOfItem(NSBrowser, NSInteger, Id)

Asks the delegate to return the child of the specified item at the specified index.

Original signature is '- (id)browser:(NSBrowser *)browser child:(NSInteger)index ofItem:(id)item'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
Id BrowserChildOfItem(
	NSBrowser browser,
	NSInteger index,
	Id item
)
Function BrowserChildOfItem ( _
	browser As NSBrowser, _
	index As NSInteger, _
	item As Id _
) As Id
Id^ BrowserChildOfItem(
	NSBrowser^ browser, 
	NSInteger index, 
	Id^ item
)
Parameters
browser (NSBrowser)
The browser.
index (NSInteger)
The child’s index.
item (Id)
The item containing the child.
Return Value
The child at the specified index.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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