MonobjcMonobjc Documented Class Library
SetAutorecalculatesContentBorderThicknessForEdge Method (flag, edge)
NamespacesMonobjc.AppKitNSWindowSetAutorecalculatesContentBorderThicknessForEdge(Boolean, NSRectEdge)

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

Original signature is '- (void)setAutorecalculatesContentBorderThickness:(BOOL)flag forEdge:(NSRectEdge)edge'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetAutorecalculatesContentBorderThicknessForEdge(
	bool flag,
	NSRectEdge edge
)
Public Overridable Sub SetAutorecalculatesContentBorderThicknessForEdge ( _
	flag As Boolean, _
	edge As NSRectEdge _
)
public:
virtual void SetAutorecalculatesContentBorderThicknessForEdge(
	bool flag, 
	NSRectEdge edge
)
Parameters
flag (Boolean)
MISSING
edge (NSRectEdge)
The border whose thickness auto-recalculation status to set:
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)