Instance Property インスタンスプロパティ

canRedo

A Boolean value that indicates whether the receiver has any actions to redo. レシーバがやり直すいくらかの動作を持つかどうかを指し示すブール値。

Declaration 宣言

@property(readonly) BOOL canRedo;

Discussion 議論

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 NSUndoManagerCheckpointNotification to allow clients to apply their pending operations before testing the redo stack. 登録された何らかの取り消し操作はやり直しスタックをきれいに一掃することから、このメソッドはNSUndoManagerCheckpointNotificationを投函して、クライアントに彼らの懸案の操作を適用させます、やり直しスタックを試験する前に。

See Also 参照

Checking Undo Ability 取り消し能力を調べる

Related Documentation 関連文書