MonobjcMonobjc Documented Class Library
RootItemForBrowserMessage Method (browser)
NamespacesMonobjc.AppKitNSBrowser..::..NSBrowserDelegateEventDispatcherRootItemForBrowserMessage(NSBrowser)

Asks the delegate to return the root item of the browser.

Original signature is '- (id)rootItemForBrowser:(NSBrowser *)browser'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public Id RootItemForBrowserMessage(
	NSBrowser browser
)
Public Function RootItemForBrowserMessage ( _
	browser As NSBrowser _
) As Id
public:
Id^ RootItemForBrowserMessage(
	NSBrowser^ browser
)
Parameters
browser (NSBrowser)
The browser.
Return Value
The browser’s root item.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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