| Home 目次>ApplicationKit>NSForm | |
selectTextAtIndex:
番号でセルを選択します
-(void) selectTextAtIndex:(int)entryIndex
【返り値】 | |
| void | なし |
| 【パラメータ】 | |
| entryIndex |
【解説】
番号でセルを選択します。
【例文】
#import "MyObject.h"
@implementation MyObject
- (IBAction)myAction:(id)sender
{
[form1 selectTextAtIndex:1];
}
@end
![]() | |
この記事を評価してください。
| Home 目次>ApplicationKit>NSForm | 修正日2006.12.26 |