ModelingDocView.LoadView 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.
Called when the associated DocData is finished loading or reloading.
Derived classes should perform any initialization that requires the
DocData to be loaded here.
protected:
virtual bool LoadView();
protected virtual bool LoadView ();
abstract member LoadView : unit -> bool
override this.LoadView : unit -> bool
Protected Overridable Function LoadView () As Boolean
Returns
true if the document was able to be loaded. A return value of false indicates that the view should be closed.