MonobjcMonobjc Documented Class Library
SizeOfLabel Method (shouldTruncateLabel)
NamespacesMonobjc.AppKitNSTabViewItemSizeOfLabel(Boolean)

Calculates the size of the receiver’s label.

Original signature is '- (NSSize)sizeOfLabel:(BOOL)shouldTruncateLabel'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSSize SizeOfLabel(
	bool shouldTruncateLabel
)
Public Overridable Function SizeOfLabel ( _
	shouldTruncateLabel As Boolean _
) As NSSize
public:
virtual NSSize SizeOfLabel(
	bool shouldTruncateLabel
)
Parameters
shouldTruncateLabel (Boolean)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSTabViewItem.SizeOfLabel(System.Boolean)"]

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)