ShapeElement.ShouldTryParentShapeForMergeOnToolboxDoubleClick Property

Gets the shape and verifies whether the double-click action should exit when the user clicks the shape and then double-clicks an item in the Toolbox.

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

Syntax

'宣言
Public Overridable ReadOnly Property ShouldTryParentShapeForMergeOnToolboxDoubleClick As Boolean
'使用
Dim instance As ShapeElement
Dim value As Boolean

value = instance.ShouldTryParentShapeForMergeOnToolboxDoubleClick
public virtual bool ShouldTryParentShapeForMergeOnToolboxDoubleClick { get; }
public:
virtual property bool ShouldTryParentShapeForMergeOnToolboxDoubleClick {
    bool get ();
}
public function get ShouldTryParentShapeForMergeOnToolboxDoubleClick () : boolean

Property Value

Type: System.Boolean

Permissions

See Also

Reference

ShapeElement Class

ShapeElement Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace