SwimlaneShape.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 terminate. If a shape overrides this method to return true, the toolbox double-click will walk up to this ShapeElement's ParentShape and try the CanMerge() again.

public:
 virtual property bool ShouldTryParentShapeForMergeOnToolboxDoubleClick { bool get(); };
public override bool ShouldTryParentShapeForMergeOnToolboxDoubleClick { get; }
member this.ShouldTryParentShapeForMergeOnToolboxDoubleClick : bool
Public Overrides ReadOnly Property ShouldTryParentShapeForMergeOnToolboxDoubleClick As Boolean

Property Value

Remarks

Unmapped swimlanes pass to their parent by default.

Applies to