| Home 目次>ApplicationKit>NSFormCell | |
attributedTitle
属性付き文字列としてタイトルを返します
-(NSAttributedString *) attributedTitle
【返り値】 | |
| NSAttributedString * | 属性付き文字列 |
【解説】
属性付き文字列としてタイトルを返します。
【例文】
#import "MyObject.h"
@implementation MyObject
- (IBAction)myAction:(id)sender
{
NSLog([[form1 attributedTitle] string]);
}
@end
![]() | |
この記事を評価してください。
| Home 目次>ApplicationKit>NSFormCell | 修正日2006.12.26 |