現在の選択を維持しようとするかを返します
解説
現在の選択を維持しようとするかを返します。
初期設定はYES。
返り値
( BOOL )
YES/NO
引数
フレームワーク
ApplicationKit
クラス
NSArrayController
Instance Methods
使用可能
10.3
参照
-setPreservesSelection:
例文
([myOutlet preservesSelection]) ? NSLog(@"preservesSelection YES") : NSLog(@"preservesSelection NO") ;