MonobjcMonobjc Documented Class Library
DrawLabelInRect Method (shouldTruncateLabel, tabRect)
NamespacesMonobjc.AppKitNSTabViewItemDrawLabelInRect(Boolean, NSRect)

Draws the receiver’s label in tabRect, which is the area between the curved end caps.

Original signature is '- (void)drawLabel:(BOOL)shouldTruncateLabel inRect:(NSRect)tabRect'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void DrawLabelInRect(
	bool shouldTruncateLabel,
	NSRect tabRect
)
Public Overridable Sub DrawLabelInRect ( _
	shouldTruncateLabel As Boolean, _
	tabRect As NSRect _
)
public:
virtual void DrawLabelInRect(
	bool shouldTruncateLabel, 
	NSRect tabRect
)
Parameters
shouldTruncateLabel (Boolean)
MISSING
tabRect (NSRect)
MISSING
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)