MonobjcMonobjc Documented Class Library
IsExpandable Method (item)
NamespacesMonobjc.AppKitNSOutlineViewIsExpandable(Id)

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

Original signature is '- (BOOL)isExpandable:(id)item'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool IsExpandable(
	Id item
)
Public Overridable Function IsExpandable ( _
	item As Id _
) As Boolean
public:
virtual bool IsExpandable(
	Id^ item
)
Parameters
item (Id)
An item in the receiver.
Return Value
YES if item is expandable—that is, item can contain other items, 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)