titleCell
タイトルを表示するNSCellを返します
解説
タイトルを表示するNSCellを返します。
返り値
( id )
セル、通常はNSTextFieldCell
引数
フレームワーク
ApplicationKit
クラス
NSBox
Instance Methods
使用可能
10.0
参照
例文
#import "MyObject.h" @implementation MyObject //myOutletÇÕNSBox - (IBAction)myAction:(id)sender { NSLog(@"%@",[[myOutlet titleCell] className]); } @end