Returns a Boolean value that indicates whether a given item is expanded.
SDK
- macOS 10.0+
Framework
- App
Kit
Declaration
- (BOOL)isItemExpanded:(id)item;
Parameters
item
An item in the receiver.
Return Value
YES
if item
is expanded, otherwise NO
.