MonobjcMonobjc Documented Class Library
BrowserIsColumnValid Method (sender, column)
NamespacesMonobjc.AppKitINSBrowserDelegateBrowserIsColumnValid(NSBrowser, NSInteger)

Returns whether the contents of the specified column are valid.

Original signature is '- (BOOL)browser:(NSBrowser *)sender isColumnValid:(NSInteger)column'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
bool BrowserIsColumnValid(
	NSBrowser sender,
	NSInteger column
)
Function BrowserIsColumnValid ( _
	sender As NSBrowser, _
	column As NSInteger _
) As Boolean
bool BrowserIsColumnValid(
	NSBrowser^ sender, 
	NSInteger column
)
Parameters
sender (NSBrowser)
The browser containing the column to validate.
column (NSInteger)
The index of the column to validate.
Return Value
YES if the column’s contents are valid; otherwise, NO. If NO is returned, sender reloads the column.
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)