func enableUndoRegistration ()
Enables the recording of undo operations.
取り消し操作の記録を可能にします。
Availability 有効性
Technology
var levelsOfUndo: Int
{ get set }
An integer specifying the number of undo groups. A limit of 0
indicates no limit, so old undo groups are never dropped.
取り消しグループの数を指定している整数。限度0
は、制限なしを指し示します、それで古い取り消しグループは決して失われません。
When ending an undo group results in the number of groups exceeding this limit, the oldest groups are dropped from the stack. The default is 0
.
ある取り消しグループの終わりがこの限界を越えるグループ数という結果になる場合、最も古いグループはスタックから除かれます。省略時には0
です。
If you change the limit to a level below the prior limit, old undo groups are immediately dropped. あなたが限界を以前の限界のより下の水準に変更するならば、古い取り消しグループは直ぐに除かれます。
func enableUndoRegistration ()