SwimlaneShape.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 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.