canUndo
A Boolean value that indicates whether the receiver has any actions to undo.
レシーバが取り消すいくらかの動作を持つかどうかを指し示すブール値。
Availability 有効性
Technology
@property(readonly) BOOL canRedo;
YES
if the receiver has any actions to redo, otherwise NO
.
YES
、もしレシーバがやり直す何らかの動作を持つならば、そうでなければNO
。
Because any undo operation registered clears the redo stack, this method posts an NSUndo
to allow clients to apply their pending operations before testing the redo stack.
登録された何らかの取り消し操作はやり直しスタックをきれいに一掃することから、このメソッドはNSUndo
を投函して、クライアントに彼らの懸案の操作を適用させます、やり直しスタックを試験する前に。
canUndo
- redo