Share via


TextField.AllowInPlaceEditorAutoSize Method

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

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

Syntax

'Declaration
Public Overrides Function AllowInPlaceEditorAutoSize ( _
    parentShape As ShapeElement _
) As Boolean
public override bool AllowInPlaceEditorAutoSize(
    ShapeElement parentShape
)
public:
virtual bool AllowInPlaceEditorAutoSize(
    ShapeElement^ parentShape
) override
abstract AllowInPlaceEditorAutoSize : 
        parentShape:ShapeElement -> bool 
override AllowInPlaceEditorAutoSize : 
        parentShape:ShapeElement -> bool 
public override function AllowInPlaceEditorAutoSize(
    parentShape : ShapeElement
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TextField Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace