ShapeField::AllowInPlaceEditorAutoSize Method (ShapeElement^)

 

Enables the in-place editor to be automatically sized in the shape field.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
virtual bool AllowInPlaceEditorAutoSize(
	ShapeElement^ parentShape
)

Parameters

parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^

The shape field.

Return Value

Type: System::Boolean

true if the in-place editor should be automatically sized in the shape field; otherwise, false.

By default, the return value is false.

Return to top
Show: