- enableUndoRegistration
Enables the recording of undo operations.
取り消し操作の記録を可能にします。
undoRegistrationEnabled
A Boolean value that indicates whether the recording of undo operations is enabled.
取り消し操作の記録が可能にされるかどうかを指し示すブール値。
registerUndoWithTarget:selector:object:
or by invocation-based undo.
取り消し操作の記録をできないようにします、registerUndoWithTarget:selector:object:
によってであろうと発動基盤の取り消しによってであろうと。
Availability 有効性
Technology
- (void)disableUndoRegistration;
This method can be invoked multiple times by multiple clients. The enable
method must be invoked an equal number of times to re-enable undo registration.
このメソッドは、複数のクライアントによって複数回発動されることができます。enable
メソッドは、取り消し登録を再度可能にするために、同じ回数発動されなければなりません。
- enableUndoRegistration
undoRegistrationEnabled