| Home 目次>ApplicationKit>NSComboBoxCell | |
removeItemWithObjectValue:
指定したオブジェクトの項目を取り除きます
-(void) removeItemWithObjectValue:(id)anObject
【返り値】 | |
| void | なし |
| 【パラメータ】 | |
| anObject |
【解説】
指定したオブジェクトの項目を取り除きます。
【例文】
#import "MyObject.h"
@implementation MyObject
- ( IBAction )myAction:( id )sender
{
[comboCell1 removeItemWithObjectValue: @"iti" ];
}
@end
![]() | |
この記事を評価してください。
| Home 目次>ApplicationKit>NSComboBoxCell | 修正日2006.12.26 |