MonobjcMonobjc Documented Class Library
SetWidthOfColumn Method (columnWidth, columnIndex)
NamespacesMonobjc.AppKitNSBrowserSetWidthOfColumn(CGFloat, NSInteger)

Sets the width of the specified column.

Original signature is '- (void)setWidth:(CGFloat)columnWidth ofColumn:(NSInteger)columnIndex'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetWidthOfColumn(
	CGFloat columnWidth,
	NSInteger columnIndex
)
Public Overridable Sub SetWidthOfColumn ( _
	columnWidth As CGFloat, _
	columnIndex As NSInteger _
)
public:
virtual void SetWidthOfColumn(
	CGFloat columnWidth, 
	NSInteger columnIndex
)
Parameters
columnWidth (CGFloat)
The new width of the specified column.
columnIndex (NSInteger)
The index of the column for which to set the width.
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)