ModelingDocData.IsFlushUndoStackRequiredOnLoad Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Override this method to specify if the undo stack is to be flushed after loading (opening, or creating) the docdata.
protected public:
virtual bool IsFlushUndoStackRequiredOnLoad();
protected internal virtual bool IsFlushUndoStackRequiredOnLoad ();
abstract member IsFlushUndoStackRequiredOnLoad : unit -> bool
override this.IsFlushUndoStackRequiredOnLoad : unit -> bool
Protected Friend Overridable Function IsFlushUndoStackRequiredOnLoad () As Boolean
Returns
true if the undo stack should be flushed after opening or creating an instance of this document, false if it should not be flushed.