TextField.GetMaximumInPlaceEditorSize Method

By default, we allow the in-place edit control to resize up to 75 characters.

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

Syntax

'Declaration
Public Overrides Function GetMaximumInPlaceEditorSize ( _
    parentShape As ShapeElement _
) As SizeD
public override SizeD GetMaximumInPlaceEditorSize(
    ShapeElement parentShape
)
public:
virtual SizeD GetMaximumInPlaceEditorSize(
    ShapeElement^ parentShape
) override
abstract GetMaximumInPlaceEditorSize : 
        parentShape:ShapeElement -> SizeD  
override GetMaximumInPlaceEditorSize : 
        parentShape:ShapeElement -> SizeD
public override function GetMaximumInPlaceEditorSize(
    parentShape : ShapeElement
) : SizeD

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.SizeD

.NET Framework Security

See Also

Reference

TextField Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace