ShapeField.GetActiveInPlaceEditor(ShapeElement, DiagramClientView) Méthode

Définition

Retourne le contrôle pour l'éditeur sur place actif. Cette méthode peut retourner une valeur, auquel cas, aucun éditeur sur place n'est actif pour ce champ.

public:
 virtual System::Windows::Forms::Control ^ GetActiveInPlaceEditor(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape, Microsoft::VisualStudio::Modeling::Diagrams::DiagramClientView ^ view);
public virtual System.Windows.Forms.Control GetActiveInPlaceEditor (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape, Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView view);
abstract member GetActiveInPlaceEditor : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView -> System.Windows.Forms.Control
override this.GetActiveInPlaceEditor : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView -> System.Windows.Forms.Control
Public Overridable Function GetActiveInPlaceEditor (parentShape As ShapeElement, view As DiagramClientView) As Control

Paramètres

parentShape
ShapeElement

ShapeElement qui contient ce champ.

view
DiagramClientView

Vue qui héberge l'éditeur sur place.

Retours

Control

S’applique à