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

 

Gets the in-place editor that is active.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
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.

Return to top
Show: