Instance Method インスタンスメソッド

disableUndoRegistration

Disables the recording of undo operations, whether by registerUndoWithTarget:selector:object: or by invocation-based undo. 取り消し操作の記録をできないようにします、registerUndoWithTarget:selector:object:によってであろうと発動基盤の取り消しによってであろうと。

Declaration 宣言

- (void)disableUndoRegistration;

Discussion 議論

This method can be invoked multiple times by multiple clients. The enableUndoRegistration method must be invoked an equal number of times to re-enable undo registration. このメソッドは、複数のクライアントによって複数回発動されることができます。enableUndoRegistrationメソッドは、取り消し登録を再度可能にするために、同じ回数発動されなければなりません。

See Also 参照

Enabling and Disabling Undo 取り消しを可能にするそしてできないようにする