Sdílet prostřednictvím


ModelingDocData.IsFlushUndoStackRequiredOnLoad Method

Definition

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.

Applies to