MonobjcMonobjc Documented Class Library
InitWithContentSizePreferredEdge Method (contentSize, edge)
NamespacesMonobjc.AppKitNSDrawerInitWithContentSizePreferredEdge(NSSize, NSRectEdge)

Creates a new drawer with the given size on the specified edge of the parent window.

Original signature is '- (id)initWithContentSize:(NSSize)contentSize preferredEdge:(NSRectEdge)edge'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id InitWithContentSizePreferredEdge(
	NSSize contentSize,
	NSRectEdge edge
)
Public Overridable Function InitWithContentSizePreferredEdge ( _
	contentSize As NSSize, _
	edge As NSRectEdge _
) As Id
public:
virtual Id^ InitWithContentSizePreferredEdge(
	NSSize contentSize, 
	NSRectEdge edge
)
Parameters
contentSize (NSSize)
The size of the new drawer.
edge (NSRectEdge)
The edge to which to attach the new drawer.
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSDrawer.InitWithContentSizePreferredEdge(Monobjc.Foundation.NSSize,Monobjc.Foundation.NSRectEdge)"]

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)