MonobjcMonobjc Documented Class Library
AutorecalculatesContentBorderThicknessForEdge Method (edge)
NamespacesMonobjc.AppKitNSWindowAutorecalculatesContentBorderThicknessForEdge(NSRectEdge)

Indicates whether the window calculates the thickness of a given border automatically.

Original signature is '- (BOOL)autorecalculatesContentBorderThicknessForEdge:(NSRectEdge)edge'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool AutorecalculatesContentBorderThicknessForEdge(
	NSRectEdge edge
)
Public Overridable Function AutorecalculatesContentBorderThicknessForEdge ( _
	edge As NSRectEdge _
) As Boolean
public:
virtual bool AutorecalculatesContentBorderThicknessForEdge(
	NSRectEdge edge
)
Parameters
edge (NSRectEdge)
Border whose thickness autorecalculation status to set:
Return Value
YES when the window auto-recalculates the given border’s thickness; otherwise, NO.
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)