MonobjcMonobjc Documented Class Library
OutlineViewIsItemExpandable Method (outlineView, item)
NamespacesMonobjc.AppKitINSOutlineViewDataSourceOutlineViewIsItemExpandable(NSOutlineView, Id)

Returns a Boolean value that indicates whether the a given item is expandable.

Original signature is '- (BOOL)outlineView:(NSOutlineView *)outlineView isItemExpandable:(id)item'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
bool OutlineViewIsItemExpandable(
	NSOutlineView outlineView,
	Id item
)
Function OutlineViewIsItemExpandable ( _
	outlineView As NSOutlineView, _
	item As Id _
) As Boolean
bool OutlineViewIsItemExpandable(
	NSOutlineView^ outlineView, 
	Id^ item
)
Parameters
outlineView (NSOutlineView)
The outline view that sent the message.
item (Id)
An item in the data source.
Return Value
YES if item can be expanded to display its children, otherwise NO.
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)