挿入ポイントを段落の最後に移動します
-(void)moveToEndOfParagraph:(id)sender:
解説
挿入ポイントを段落の最後に移動します。
NSResponderでは宣言だけで、実装はしません。NSTextViewで実装します。
返り値
( void )
なし
引数
( id )sender
送信オブジェクト
フレームワーク
ApplicationKit
クラス
NSResponder
Instance Methods
使用可能
10.0
参照
例文
[myOutlet moveToEndOfParagraph:self];