MonobjcMonobjc Documented Class Library
SortIndicatorRectForBounds Method (theRect)
NamespacesMonobjc.AppKitNSTableHeaderCellSortIndicatorRectForBounds(NSRect)

Returns the location to display the sorting indicator given theRect.

Original signature is '- (NSRect)sortIndicatorRectForBounds:(NSRect)theRect'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSRect SortIndicatorRectForBounds(
	NSRect theRect
)
Public Overridable Function SortIndicatorRectForBounds ( _
	theRect As NSRect _
) As NSRect
public:
virtual NSRect SortIndicatorRectForBounds(
	NSRect theRect
)
Parameters
theRect (NSRect)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSTableHeaderCell.SortIndicatorRectForBounds(Monobjc.Foundation.NSRect)"]

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)