TextField.AllowInPlaceEditorAutoSize(ShapeElement) Method

Definition

By default, allow in-place editor to size automatically if the field supports auto-size.

public:
 override bool AllowInPlaceEditorAutoSize(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape);
public override bool AllowInPlaceEditorAutoSize (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape);
override this.AllowInPlaceEditorAutoSize : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> bool
Public Overrides Function AllowInPlaceEditorAutoSize (parentShape As ShapeElement) As Boolean

Parameters

parentShape
ShapeElement

Returns

Applies to