MonobjcMonobjc Documented Class Library
AddSubview Method (aView)
NamespacesMonobjc.AppKitNSViewAddSubview(NSView)

Adds a view to the receiver’s subviews so it’s displayed above its siblings.

Original signature is '- (void)addSubview:(NSView *)aView'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void AddSubview(
	NSView aView
)
Public Overridable Sub AddSubview ( _
	aView As NSView _
)
public:
virtual void AddSubview(
	NSView^ aView
)
Parameters
aView (NSView)
The view to add to the receiver as a subview.
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)