SkipsUndoManager Property (GoDocument)
Gets or sets whether the
UndoManager is notified upon a document or document object change.
Property Value
A value of true means the
UndoManager's
GoUndoManager.DocumentChanged method is not called. A value of false means that if there is an
UndoManager, it is notified so that it can record changes for undo and redo purposes. The default value is false.