ShapeNode.EditingType Property 

If the specified node is a vertex, this property returns a value that indicates how changes made to the node affect the two segments connected to the node. If the node is a control point for a curved segment, this property returns the editing type of the adjacent vertex.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim shapeNode1 As ShapeNode

Dim returnValue As MsoEditingType
returnValue = shapeNode1.EditingType

Syntax

ReadOnly Property EditingType() As MsoEditingType
MsoEditingType EditingType {get;}
property MsoEditingType^ EditingType{
    MsoEditingType^ get();
}
public MsoEditingType get_EditingType();
function get EditingType() : MsoEditingType;

Remarks

Use the SetEditingType method to set the value of this property.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

ShapeNode Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

ShapeNode Members