canRedo
A Boolean value that indicates whether the receiver has any actions to redo.
レシーバがやり直すいくらかの動作を持つかどうかを指し示すブール値。
Availability 有効性
Technology
@property(readonly) BOOL canUndo;
YES
if the receiver has any actions to undo, otherwise NO
.
YES
、もしレシーバが取り消す何らかの動作を持ちならば、そうでなければNO
。
The return value does not mean you can safely invoke undo
or undo
—you may have to close open undo groups first.
戻り値は、あなたが安全にundo
またはundo
を発動できることを意味しません — あなたは開いた取り消しグループを最初に閉じる必要があるかもしれません。
canRedo
- registerUndoWithTarget:selector:object:
- enableUndoRegistration