MonobjcMonobjc Documented Class Library
ReloadColumn Method (column)
NamespacesMonobjc.AppKitNSBrowserReloadColumn(NSInteger)

Reloads the given column if it exists and sets it to be the last column.

Original signature is '- (void)reloadColumn:(NSInteger)column'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ReloadColumn(
	NSInteger column
)
Public Overridable Sub ReloadColumn ( _
	column As NSInteger _
)
public:
virtual void ReloadColumn(
	NSInteger column
)
Parameters
column (NSInteger)
The index of the column to reload.
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)