ShapeElement.ShouldTryParentShapeForMergeOnToolboxDoubleClick Property

Definition

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

Property Value

Applies to