MonobjcMonobjc Documented Class Library
IsItemExpanded Method (item)
NamespacesMonobjc.AppKitNSOutlineViewIsItemExpanded(Id)

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

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

Available in Mac OS X v10.0 and later.

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