SwimlaneShape::ForwardDragDropToParent Property

 

If true, if the user drags a shape onto the swimlane, the event will be forwarded to the container shape, which is typically a diagram.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
property bool ForwardDragDropToParent {
	virtual bool get();
}

Property Value

Type: System::Boolean

By default, the return value is true.

Return to top
Show: