ShapeField::HasFocusedAppearance Method (ShapeElement^, DiagramClientView^)
Visual Studio 2015
Gets the shape field and verifies whether it should appear to have the focus.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
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 client view for the diagram.
Return Value
Type: System::Booleantrue if the shape field should appear to have the focus; otherwise, false.
Show: