MonobjcMonobjc Documented Class Library
DrawTitleOfColumnInRect Method (column, aRect)
NamespacesMonobjc.AppKitNSBrowserDrawTitleOfColumnInRect(NSInteger, NSRect)

Draws the title for the specified column within the given rectangle.

Original signature is '- (void)drawTitleOfColumn:(NSInteger)column inRect:(NSRect)aRect'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void DrawTitleOfColumnInRect(
	NSInteger column,
	NSRect aRect
)
Public Overridable Sub DrawTitleOfColumnInRect ( _
	column As NSInteger, _
	aRect As NSRect _
)
public:
virtual void DrawTitleOfColumnInRect(
	NSInteger column, 
	NSRect aRect
)
Parameters
column (NSInteger)
The index of the column for which to draw the title.
aRect (NSRect)
The rectangle within which to draw the title.
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)