NSControl:selectedTag
Home 目次>ApplicationKit>NSControl

selectedTag

コントロールの選択されたセルのタグを返します


-(int) selectedTag


【返り値】
   int整数値


【解説】

コントロールの選択されたセルのタグを返します。



【例文】


#import "scriptSend.h"

@implementation scriptSend

- (IBAction)myAction:(id)sender
{
NSLog([NSString stringWithFormat:@"%d",[myOutlet selectedTag]]);
}

@end


(C) 2000-2007 Satoshi Oomori.
[Apple]

Google
Webwww.oomori.com
Apple_Store_40x120

[ad:Usual day in Japan]

この記事を評価してください。 

良い 

間違いがある 説明がわかりにくい 例文がわかりにくい  

Home 目次>ApplicationKit>NSControl
修正日2006.12.26