ShapeField::GetSelectable Method (ShapeElement^)

 

Gets the shape field and verifies whether it can be selected.

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

public:
virtual bool GetSelectable(
	ShapeElement^ parentShape
)

Parameters

parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^

The shape element to which the shape field is assigned.

Return Value

Type: System::Boolean

true if the shape field can be selected; otherwise, false.

Return to top
Show: