MonobjcMonobjc Documented Class Library
ExpandItemExpandChildren Method (item, expandChildren)
NamespacesMonobjc.AppKitNSOutlineViewExpandItemExpandChildren(Id, Boolean)

Expands a specified item and, optionally, its children.

Original signature is '- (void)expandItem:(id)item expandChildren:(BOOL)expandChildren'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ExpandItemExpandChildren(
	Id item,
	bool expandChildren
)
Public Overridable Sub ExpandItemExpandChildren ( _
	item As Id, _
	expandChildren As Boolean _
)
public:
virtual void ExpandItemExpandChildren(
	Id^ item, 
	bool expandChildren
)
Parameters
item (Id)
An item in the receiver.
expandChildren (Boolean)
If YES, recursively expands item and its children. If NO, expands item only (identical to expandItem:).
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)