ShapeElement.ShouldReparentOnMove 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.
Decides whether or not a shape should be reparented when it's moved.
public:
virtual bool ShouldReparentOnMove();
public virtual bool ShouldReparentOnMove ();
abstract member ShouldReparentOnMove : unit -> bool
override this.ShouldReparentOnMove : unit -> bool
Public Overridable Function ShouldReparentOnMove () As Boolean
Returns
true means it should reparent; false means it should not.