isItemExpanded:
項目が展開されているかを返します
-(BOOL)isItemExpanded:(id)item:
解説
項目が展開されているかを返します。
返り値
( BOOL )
YES/NO
引数
( id )item
項目
フレームワーク
ApplicationKit
クラス
NSOutlineView
Instance Methods
使用可能
10.0
参照
- expandItem:
- isExpandable:
例文
([myOutlet isItemExpanded:[TheItem rootItem]]) ? NSLog(@"YES") :NSLog(@"NO");