ListItemSubField::GetActiveInPlaceEditor Method (ShapeElement^, ShapeField^, DiagramClientView^)
Visual Studio 2015
Returns the control for the active in-place editor. This method may return null, in which case no in-place editor is active for this subfield.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: virtual Control^ GetActiveInPlaceEditor( ShapeElement^ parentShape, ShapeField^ parentField, DiagramClientView^ view ) override
Parameters
- parentShape
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^
The ShapeElement that contains this subfield.
- parentField
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::ShapeField^
The ShapeField that contains this subfield.
- view
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::DiagramClientView^
The view hosting the in-place editor.
Return Value
Type: System.Windows.Forms::Control^
Show: