ShapeElement.ShouldTryParentShapeForMergeOnToolboxDoubleClick Property
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.
Controls what happens when this ShapeElement is selected and the user double-clicks a toolbox item. By default, if CanMerge() fails for this ShapeElement, the double-click action will walk up to this ShapeElement's ParentShape and try the CanMerge() again. If a shape overrides this method to return false, the toolbox double-click will terminate if CanMerge() fails.
public:
virtual property bool ShouldTryParentShapeForMergeOnToolboxDoubleClick { bool get(); };
public virtual bool ShouldTryParentShapeForMergeOnToolboxDoubleClick { get; }
member this.ShouldTryParentShapeForMergeOnToolboxDoubleClick : bool
Public Overridable ReadOnly Property ShouldTryParentShapeForMergeOnToolboxDoubleClick As Boolean