undoActionName
アンドゥアクション名を返します
解説
アンドゥアクション名を返します。
返り値
( NSString * )
タイトル
引数
フレームワーク
Foundation
クラス
NSUndoManager
Instance Methods
使用可能
10.0
参照
- redoActionName
- setActionName:
例文
NSLog([NSString stringWithFormat:@"%@",[undoM undoActionName]]);
アンドゥアクション名を返します。
( NSString * )
タイトル
Foundation
NSUndoManager
10.0
- redoActionName
- setActionName:
NSLog([NSString stringWithFormat:@"%@",[undoM undoActionName]]);