INDEX>AppKit>NSControl
(OS X v10.10で非推奨)
コントロールの選択されたセルのタグを返します
解説
コントロールの選択されたセルのタグを返します。
返り値
( int )
整数値
引数
フレームワーク
ApplicationKit
クラス
NSControl
Instance Methods
使用可能
10.0
参照
- setTag:
- tag
例文
#import "scriptSend.h" @implementation scriptSend - (IBAction)myAction:(id)sender { NSLog([NSString stringWithFormat:@"%d",[myOutlet selectedTag]]); } @end