TextField.AllowInPlaceEditorAutoSize Method

This member overrides ShapeField.AllowInPlaceEditorAutoSize(ShapeElement).

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

Syntax

'宣言
Public Overrides Function AllowInPlaceEditorAutoSize ( _
    parentShape As ShapeElement _
) As Boolean
'使用
Dim instance As TextField
Dim parentShape As ShapeElement
Dim returnValue As Boolean

returnValue = instance.AllowInPlaceEditorAutoSize(parentShape)
public override bool AllowInPlaceEditorAutoSize(
    ShapeElement parentShape
)
public:
virtual bool AllowInPlaceEditorAutoSize(
    ShapeElement^ parentShape
) override
public override function AllowInPlaceEditorAutoSize(
    parentShape : ShapeElement
) : boolean

Parameters

Return Value

Type: System.Boolean

Permissions

See Also

Reference

TextField Class

TextField Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace