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

undoRegistrationEnabled

A Boolean value that indicates whether the recording of undo operations is enabled. 取り消し操作の記録が可能にされるかどうかを指し示すブール値。

Declaration 宣言

@property(readonly, getter=isUndoRegistrationEnabled) BOOL undoRegistrationEnabled;

Discussion 議論

YES if registration is enabled; otherwise, NO. YES、もし登録が可能にされるならば;そうでなければ、NO

The default is YES. 省略時は、YESです。

See Also 参照

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