MonobjcMonobjc Documented Class Library
BrowserTypeSelectStringForRowInColumnMessage Method (browser, row, column)
NamespacesMonobjc.AppKitNSBrowser..::..NSBrowserDelegateEventDispatcherBrowserTypeSelectStringForRowInColumnMessage(NSBrowser, NSInteger, NSInteger)

Sent to the delegate to get the keyboard-based selection (type select) string for the specified row and column.

Original signature is '- (NSString *)browser:(NSBrowser *)browser typeSelectStringForRow:(NSInteger)row inColumn:(NSInteger)column'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public NSString BrowserTypeSelectStringForRowInColumnMessage(
	NSBrowser browser,
	NSInteger row,
	NSInteger column
)
Public Function BrowserTypeSelectStringForRowInColumnMessage ( _
	browser As NSBrowser, _
	row As NSInteger, _
	column As NSInteger _
) As NSString
public:
NSString^ BrowserTypeSelectStringForRowInColumnMessage(
	NSBrowser^ browser, 
	NSInteger row, 
	NSInteger column
)
Parameters
browser (NSBrowser)
The browser.
row (NSInteger)
The row index.
column (NSInteger)
The column index.
Return Value
The keyboard-based selection string.
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)