ShapeField::HasSelectedAppearance Method (ShapeElement^, DiagramClientView^)

 

Gets the shape field and verifies whether it appears to 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:
bool HasSelectedAppearance(
	ShapeElement^ parentShape,
	DiagramClientView^ view
)

Parameters

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

The shape element to which the shape field is assigned.

view
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramClientView^

The diagram client view.

Return Value

Type: System::Boolean

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

Return to top
Show: