ShapeField::GetActiveInPlaceEditor Method (ShapeElement^, DiagramClientView^)
Visual Studio 2015
Gets the in-place editor that is active.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: virtual Control^ GetActiveInPlaceEditor( 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 client view for the diagram.
Return Value
Type: System.Windows.Forms::Control^The in-place editor that is active or null if no in-place editor is active.
Show: