MonobjcMonobjc Documented Class Library
InsertChild Method (sender)
NamespacesMonobjc.AppKitNSTreeControllerInsertChild(Id)

Creates a new object of the class specified by objectClass and inserts it into the receiver’s content as a child of the current selection.

Original signature is '- (void)insertChild:(id)sender'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void InsertChild(
	Id sender
)
Public Overridable Sub InsertChild ( _
	sender As Id _
)
public:
virtual void InsertChild(
	Id^ sender
)
Parameters
sender (Id)
MISSING
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)