MonobjcMonobjc Documented Class Library
DisplayColumn Method (column)
NamespacesMonobjc.AppKitNSBrowserDisplayColumn(NSInteger)

Updates the browser to display the given column. (Deprecated in Mac OS X v10.3. Use setNeedsDisplayInRect: instead.)

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.3. Use setNeedsDisplayInRect: instead.")]
public virtual void DisplayColumn(
	NSInteger column
)
<ObsoleteAttribute("Deprecated in Mac OS X v10.3. Use setNeedsDisplayInRect: instead.")> _
Public Overridable Sub DisplayColumn ( _
	column As NSInteger _
)
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.3. Use setNeedsDisplayInRect: instead.")]
public:
virtual void DisplayColumn(
	NSInteger column
)
Parameters
column (NSInteger)
The index of the column to display.
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)